]> granicus.if.org Git - json-c/commit
Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to allow...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 20 Apr 2020 16:06:34 +0000 (16:06 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 21 Apr 2020 03:53:44 +0000 (03:53 +0000)
commitf6f76f9430f0f468a18c937fa7fdd9bf84041d8a
tree472f85b7469f82af0c21afbfdcb73379a0e96f06
parent05623b3a2e2248b75ffa689d00701def81e39d70
Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to allow multiple objects to be parsed from input even when JSON_TOKENER_STRICT is set.
ChangeLog
json_tokener.c
json_tokener.h
tests/test_parse.c
tests/test_parse.expected