]> granicus.if.org Git - json-c/commit
Add a json_tokener_get_parse_end() function to replace direct access of tok->char_offset.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 01:35:37 +0000 (21:35 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 01:35:37 +0000 (21:35 -0400)
commit05b41b159e98154820044826259eb2a8adf692ce
tree8098f4699894bdf430a6876d386841e3f10970da
parent087534c030127189ed891438e6e534e15e5d3827
Add a json_tokener_get_parse_end() function to replace direct access of tok->char_offset.
json_tokener.c
json_tokener.h
tests/test_parse.c