aboutsummaryrefslogtreecommitdiff
path: root/lib/dyn_utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding new function that gets the parent of a current node in a recursive ↵Katharina Fey2019-06-041-408/+0
| | | | structure
* Updating the examples a littleKatharina Fey2019-06-041-2/+1
|
* Cleaning up json encoder and decoderKatharina Fey2019-06-041-48/+17
| | | | | - Removing the requirement to set an encoder setting - Only supporting minified json (for now)
* Fixing some errors and finishing more refactoringKatharina Fey2019-06-041-9/+9
|
* API refactor part 3: Recursive elements are now called "List" elements, ↵Katharina Fey2019-06-041-5/+5
| | | | Numeral elements are now called "Numeric" elements.
* Cleaning up the json decoder.Katharina Fey2019-06-041-167/+181
| | | | Fixing an error in the print function which would sometimes yield incorrect results
* Updating API part 2Katharina Fey2019-06-041-9/+9
|
* Adding preliminary json parser functionalityKatharina Fey2016-08-231-1/+176
|
* First release candidate for version 1.0Katharina Fey2016-08-221-1/+246
| | | | | | | - 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/+6
This should hopefully make it easier to understand the API :)