Hi Inder,
I have checked out the user guide, but it all presumes that I have a
set of classes that I want to directly translate into JSON. If I did,
that would be fine,
but the JSON data is coming from a combination of several different
objects. I want to be able to take out certain attributes from those
objects and make up a JSON tree from that. Making up a another class
(ie Foo) that contains fields for each of these things is not really
what I want to do.
Not a problem at the moment - this is for an AJAX request so I can
create the JsonElement tree manually and then just spit out the
toString, although being able to specify single or double quotes
somehow would be nice.
Regards,
FP