Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 1 Apr 2012 03:53:43 +0000 (22:53 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 1 Apr 2012 03:53:43 +0000 (22:53 -0500)
commitd809fa60c5d0bb91d1c444dfa01b9ab5cb22112e
treeb2133ddbd3003d71d1ef97b7ac4153c836a4c998
parentc5c623a5461bbba31049b10d369f0125090bebec
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects.  Now, json_tokener_reset() does not need to be called after a valid object is parsed.
json_tokener.c