Fix JSON parser WRT start symbol
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Jan 2010 14:05:19 +0000 (15:05 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Jan 2010 14:05:19 +0000 (15:05 +0100)
commit8a6e1b377726cca5f60ce249b1a5bfcb6616bdab
tree6b64c390d91192a42b325d722766b241aabc9eb7
parent8d297aab170c07e64ed6d1c0b817e13399f068d2
Fix JSON parser WRT start symbol

The start grammar symbol (referred to as JSONText in ECMA-262) is
JSONValue, not JSONObject.
src/json.c
test/tst_json.c