summaryrefslogtreecommitdiff
path: root/lib/jsonParse.ll
Commit message (Collapse)AuthorAge
* Integer support in persistenceDan Goodliffe2024-01-09
| | | | | Splits bool and arithmatic types, pass arithmatic values as string views from JSON and parse according to the target type.
* Refactor to start splitting out UI componentsDan Goodliffe2021-12-13
|
* Compile generated/external code as releaseDan Goodliffe2021-11-26
| | | | Moves stb stuff to .c then all .ll and .c built release mode, neatly disables all the warnings
* Fixup clang, cppcheck and iwyu warningsDan Goodliffe2021-11-07
|
* Lots of test cases, few minor fixesDan Goodliffe2021-11-07
|
* Tidy case of function namesDan Goodliffe2021-11-07
|
* Second swing persistanceDan Goodliffe2021-11-07
| | | | Mostly functional JSON deserialising for most types.
* Initial commit of basis persistenceDan Goodliffe2021-11-07
JSON parser lifted almost verbatim for libjsonpp running into some custom code for populating ilt objects. Pretty minimal per object code requirements.