summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: Moved serializers for basic types to json.cppHEADmainDylan13 hours1-0/+14
| | | | Also removed `TestClass`
* feat: JSON readingDylan13 hours4-2/+212
| | | | | - 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 jsonDylan14 hours3-0/+137