]> git.ozlabs.org Git - ccan/history - ccan/json_escape/json_escape.c
Fix "for loop initial declarations are only allowed in C99 mode" compile errors.
[ccan] / ccan / json_escape / json_escape.c
2021-09-08 Christopher McGeorgeFix "for loop initial declarations are only allowed...
2019-05-21 Rusty Russelljson_escape: add fast-path for when we don't need to...
2019-05-21 Rusty Russelljson_escape: new module to escape JSON strings.