summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: Moved serializers for basic types to json.cppHEADmainDylan12 hours2-78/+14
| | | | Also removed `TestClass`
* feat: JSON readingDylan12 hours6-24/+239
| | | | | - 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 jsonDylan13 hours10-0/+398