Are there any plans to expose the JSON serialization functionality to plugins?
Not as of yet, but we'd love to hear suggestions regarding how you'd like this functionality to look in a future version of the plugin Architecture.
Dan Wilson 
Sunday, April 26, 2009
Ideally it would be cool to have something like this:
bug.JsonSerialize('ixBug', 'sTitle', 'sPersonAssignedTo')
which would create a Json object with the requested fields.
|