aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse
AgeCommit message (Collapse)Author
2022-05-20JSON: detect duplicate dictionary keys while parsingJay Berkenbilt
2022-05-20JSON fix: correctly parse UTF-16 surrogate pairsJay Berkenbilt
2022-05-14JSON reactor: improve handling of nested containersJay Berkenbilt
Call the parent container's item method before calling the child item's start method so we can easily know the current nesting level when nested items are added.
2022-05-02Add reactors to the JSON parserJay Berkenbilt
2022-05-01Limit parser depth for json parserJay Berkenbilt
2022-02-25Allow \/ in a json stringJay Berkenbilt
2022-01-30Add JSON::parseJay Berkenbilt