Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Integer support in persistence | Dan Goodliffe | 2024-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 once | Dan Goodliffe | 2022-01-02 |
| | |||
* | Tidy case of function names | Dan Goodliffe | 2021-11-07 |
| | |||
* | Initial commit of basis persistence | Dan Goodliffe | 2021-11-07 |
JSON parser lifted almost verbatim for libjsonpp running into some custom code for populating ilt objects. Pretty minimal per object code requirements. |