aboutsummaryrefslogtreecommitdiff
path: root/src/json.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Started to add arraysDylan2026-06-111-13/+42
| | | | Only supports arrays of ints so far
* feat: Moved serializers for basic types to json.cppDylan2026-06-061-0/+14
| | | | Also removed `TestClass`
* feat: JSON readingDylan2026-06-061-0/+61
| | | | | - 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 jsonDylan2026-06-061-0/+69