aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Impementing a functional json parser on top of the tokeniserKatharina Fey2019-06-041-152/+189
|
* Updating the examples a littleKatharina Fey2019-06-041-54/+11
|
* Fixing some errors and finishing more refactoringKatharina Fey2019-06-041-45/+44
|
* Updating API part 2Katharina Fey2019-06-041-22/+36
|
* Adjusting test functions to test json_decodeKatharina Fey2016-08-231-34/+64
|
* First release candidate for version 1.0Katharina Fey2016-08-221-4/+87
| | | | | | | - Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
* Adding test file with different test suites (as well as examples).Katharina Fey2016-08-211-0/+113
This should hopefully make it easier to understand the API :)