]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - json.c
Add dedicated function for parsing keys. Redo keyword handling. Fix number handling.
[xonotic/darkplaces.git] / json.c
2021-05-11 CloudwalkAdd dedicated function for parsing keys. Redo keyword...
2021-05-11 CloudwalkAdd other types. Flesh out qjson_token_t
2021-05-10 CloudwalkWhitespace fix. Silence compiler warning.
2021-05-10 CloudwalkDon't initialize pos when creating the parser context...
2021-05-10 CloudwalkStub function to handle escapes
2021-05-10 CloudwalkRename indent/dedent functions
2021-05-10 CloudwalkMerge branch 'master' into Cloudwalk/json
2021-04-27 CloudwalkNumerous improvements, such as making the parser actual...
2021-04-24 CloudwalkMove general purpose parsing functions to a new helper...
2021-04-20 CloudwalkMerge branch 'master' into Cloudwalk/json
2021-03-28 Cloudwalkjson: Crude (but working) initial implementation of...