summaryrefslogtreecommitdiff
path: root/src/json.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: JSON readingDylan14 hours1-2/+20
| | | | | - 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/+40