Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 31 Mar 2012 17:52:59 +0000 (12:52 -0500)
committerKeith Derrick <keith.derrick@palm.com>
Mon, 2 Apr 2012 14:53:25 +0000 (07:53 -0700)
commit9885b30c0ef4c40117851cf54c9c7e1ee2c1f3a3
tree14c627cdf95560d5dbe02aeea1ae25bb67be6a88
parent37e74674769d2ae224ad52b1a866eb38c00e2821
Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex.
Fix a typo in the string represenations of the json_tokener_error_depth error (s/to deep/too deep/)
json_tokener.c