summaryrefslogtreecommitdiff
path: root/test/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Moved serializers for basic types to json.cppHEADmainDylan14 hours1-78/+0
| | | | Also removed `TestClass`
* feat: JSON readingDylan14 hours1-20/+24
| | | | | - Implemented a tokenizer for json - Implemented a method which will read json from a string using the tokenizer
* feat: Initial commit, json data structure and serializing to jsonDylan16 hours1-0/+110