summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-10-05 11:12:23 -0700
committerGitHub <noreply@github.com>2018-10-05 11:12:23 -0700
commit3c742bfdc8f63e1cfed63a93571bb4e72e5f49c4 (patch)
tree4f28741369e02a07b74aeaa9f4a51001f458f6d5 /tools
parentb258ae323503d93997b661df1309ff339bd8341d (diff)
Fix json ignore unknown (#128)
* Fix json ignore unknown Previously, there were several problems with ignoring unknown in json. 1) After finding a field is unknown, the parser's state is not changed. Thus, there is no way to distinguish whether the parser is dealing with an unknown field or it's just a top level message. 2) Several method didn't respect unknown field, e.g., start_object, end_bool, start_array. * Update json parser size * Update json parser size
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback