summaryrefslogtreecommitdiff
path: root/test/fixtures/json
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.
* Support parsing string values in persistence readDan Goodliffe2023-02-23
|
* Swap @ prefix for p. prefix for special value namesDan Goodliffe2023-02-20
|
* Error on bad cast of referenced objectDan Goodliffe2021-11-07
|
* Name, rather than number, shared_ptr testsDan Goodliffe2021-11-07
|
* Test case for named type not existingDan Goodliffe2021-11-07
|
* Error on bad cast of named typeDan Goodliffe2021-11-07
|
* Common implementation for shared and unique pointersDan Goodliffe2021-11-07
|
* Lots of test cases, few minor fixesDan Goodliffe2021-11-07
|
* Implement shared_ptr supportDan Goodliffe2021-11-07
| | | | Uses somewhat dirty global map for keeping shared_ptr objects by key, needs fix
* Erring toward complete JSON loaderDan Goodliffe2021-11-07