Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-06-22 | json: Drop refcounting of json objects | Arun Raghavan | 1 | -13/+13 |
2016-06-22 | json: Add some more negative test cases | Arun Raghavan | 1 | -0/+3 |
2016-06-22 | json: Add a positive test for nested objects | Arun Raghavan | 1 | -0/+13 |
2016-06-22 | json: Error out for objects and arrays that are nested too deep | Arun Raghavan | 1 | -0/+2 |
2016-06-22 | json: Handle error cases while parsing numbers | Arun Raghavan | 1 | -0/+4 |
2016-06-22 | json: Add overflow checks for integer and float parsing | Arun Raghavan | 1 | -0/+3 |
2016-06-22 | json: Correctly handle bad strings with missing closing quotes | Arun Raghavan | 1 | -0/+13 |
2016-06-22 | format: Drop dependency on json-c | Arun Raghavan | 1 | -5/+3 |
2016-06-22 | pulse: Add a JSON-parsing library | Arun Raghavan | 1 | -0/+244 |