summaryrefslogtreecommitdiff
path: root/lib/jsonParse.h
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.
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* Tidy case of function namesDan Goodliffe2021-11-07
|
* 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.