aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added arrays for all literal typesDylan2026-06-143-11/+40
|
* feat: Added booleansDylan2026-06-133-10/+37
|
* feat: Started to add arraysDylan2026-06-115-17/+85
| | | | 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-064-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 jsonDylan2026-06-063-0/+137