sgzwiz / jsonplugin

Automatically exported from code.google.com/p/jsonplugin
0 stars 1 forks source link

Patch for extending jsonplugin #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I want to extend the json plugin a little bit so that my json response
is wrapped in another object. Therefore I need to extend the JSONResult
class. I've seen in the logs that you did a first step, but this is not
enough to do a nice extends.

Can you apply the patch below before you release a new version of the
plugin? Is't basically creating new getter methods, and adding a public
modifier to a method that didn't had a modifier.

Thanks,
Dimitri

Original issue reported on code.google.com by infoat...@gmail.com on 29 Aug 2008 at 6:43

Attachments:

GoogleCodeExporter commented 9 years ago
fixed on trunk

Original comment by musa...@gmail.com on 21 Oct 2008 at 2:30