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. | ||
* | Add ParseBase | Dan Goodliffe | 2023-03-02 |
| | | | | Acts as a base class for persistence parser, encompasses the parse stack and manages shared objects | ||
* | Replace include guard macros with pragma once | Dan Goodliffe | 2022-01-02 |
| | |||
* | Initial commit where writing objects back out to JSON | Dan Goodliffe | 2021-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 time | Dan Goodliffe | 2021-11-07 |