summaryrefslogtreecommitdiff
path: root/lib/jsonParse-persistence.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.
* Add ParseBaseDan Goodliffe2023-03-02
| | | | Acts as a base class for persistence parser, encompasses the parse stack and manages shared objects
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* Initial commit where writing objects back out to JSONDan Goodliffe2021-11-07
| | | | It's not perfect, writes explicit nulls, doesn't do shared @id
* Fix the fact I've been spelling persistence wrong this whole timeDan Goodliffe2021-11-07