summaryrefslogtreecommitdiff
path: root/lib/persistence.cpp
Commit message (Collapse)AuthorAge
* Don't write null value for pointersDan Goodliffe2021-11-07
| | | | Null is a sensible default which can't be defaulted to anything else sane
* Implement writing shared objects with @idDan Goodliffe2021-11-07
|
* Initial commit where writing objects back out to JSONDan Goodliffe2021-11-07
| | | | It's not perfect, writes explicit nulls, doesn't do shared @id
* Pass new values more efficientlyDan Goodliffe2021-11-07
|
* Lots of test cases, few minor fixesDan Goodliffe2021-11-07
|
* Fix the fact I've been spelling persistence wrong this whole timeDan Goodliffe2021-11-07