Forum Navigation
Bug in JSON parser?
Moderators:
kris
Posted: 04/17/09 18:51:02I'm not an expert on JSON, but looking at the specs at json.org it seems that the following should be valid:
"dada": -1But that gives the following exception when parsed:
object.Exception: Expected " before member namePutting quotes around the -1 "fixes" it.
Anyone more knowledgeable have any comments?