]> git.ipfire.org Git - thirdparty/json-c.git/commit
Make json_parse a bit more useful by adding -u (validate UTF8) and -P (specify arbitr... master
authorEric Hawicz <erh+git@nimenees.com>
Wed, 9 Jul 2025 01:02:52 +0000 (21:02 -0400)
committerEric Hawicz <erh+git@nimenees.com>
Wed, 9 Jul 2025 01:04:00 +0000 (21:04 -0400)
commitbf92456789045b5b426d3ecd525d6b5d6d720b42
tree795d98d66b65b95d8cca63b118997a18849cd825
parent7cee5237dc6c0831e3f9dc490394eaea44636861
Make json_parse a bit more useful by adding -u (validate UTF8) and -P (specify arbitrary tokener parse flags), and read from stdin if no filename is provided.
apps/json_parse.c