Closed GoogleCodeExporter closed 8 years ago
This isn't a bug per json.org. When you encode a string in JSON, the resulting
output is a value enclosed in double-quotes.
"myString" is valid JSON
myString is not
Original comment by darron.schall
on 23 Oct 2008 at 1:24
Well if you're encoding json then calling getString() I expect an actual string
not a
string with quotes around it because that that point if I send it to the server
as a
string the server has extra quotes so saving the json now includes extra quotes.
See what I mean? I 100% get your point but sending to the server can be a pain,
as
well as a few other things.
Original comment by johncbla...@gmail.com
on 23 Oct 2008 at 5:23
Original issue reported on code.google.com by
johncbla...@gmail.com
on 8 Aug 2008 at 5:48