Commit Graph

121 Commits (c147744b7234541b33033ebd0052cd57c4ac1fb8)
 

Author SHA1 Message Date
Krzysztof Gabis c147744b72 Workaround for MSVC C2124 error. 7 years ago
Krzysztof Gabis bef4969d25
Merge pull request #91 from JetstreamRoySprowl/master 7 years ago
Roy Sprowl 385b476a30 Fix signed char fed to isspace 7 years ago
Krzysztof Gabis b87a27c15c
Merge pull request #89 from lunixoid/master 7 years ago
Roman Kalashnikov f1bb6e7fbe
Fixed condition 7 years ago
Krzysztof Gabis e112626cb5 Create LICENSE file 7 years ago
Krzysztof Gabis 243bccb51d Merge pull request #85 from tbeu/fix-typos 7 years ago
tbeu 1839d0de54 Fix typos 7 years ago
Krzysztof Gabis 4e8a901242 Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers. 7 years ago
Krzysztof Gabis e18751499d Adds a simple memory leak test. 7 years ago
Krzysztof Gabis e1292a0e3c Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove. 7 years ago
Krzysztof Gabis 578b25e590 Counting malloc and free calls to avoid memory leaks (#82). 7 years ago
Krzysztof Gabis 343fe13f17 Order of items in an array is preserved after removing an item. 7 years ago
Krzysztof Gabis d485b068c7 Fixes a memory leak (issue #82). 7 years ago
Krzysztof Gabis e410fc7c33 Increases MAX_NESTING of json objects/arrays to 2048. 7 years ago
Krzysztof Gabis dd9eed2af2 Updates README.md because github changed it's markdown renderer. 7 years ago
Krzysztof Gabis 20ad63f8ff Fixes memory leaks. 7 years ago
Krzysztof Gabis ba2a854c27 Fixes undefined behaviour as reported by clang ub sanitizer. 7 years ago
Krzysztof Gabis 2bfa4153db Updates copyright. 7 years ago
Krzysztof Gabis 96150ba1fd Removes dependency on sscanf and prints line numbers in tests output. 7 years ago
Krzysztof Gabis cb14736e96 Checking errno after strtod call. 8 years ago
Krzysztof Gabis defb57f2d3 Some extra null checks (issue #60). 8 years ago
Krzysztof Gabis f419334a32 Adds links to parent values and values used to wrap objects/arrays. Assigning a value to 2 objects/arrays returns an error now. 8 years ago
Krzysztof Gabis dcf85b88c8 Support for UTF-8 with BOM. 8 years ago
Krzysztof Gabis b61c03e614 Updates README.md. 8 years ago
Krzysztof Gabis 1bcab43c38 Merge pull request #55 from jmlemetayer/unsigned 8 years ago
Jean-Marie Lemetayer d198f6ebfe Add support to print unsigned integers 8 years ago
Krzysztof Gabis 642f0cb4f5 Merge pull request #52 from t-k-/escape 8 years ago
t-k- 7b90bbbf24 Further escape \x00 - \x1F control characters. 8 years ago
Krzysztof Gabis c22be794ce Using braces in every if statement + whitespace cleanup. 8 years ago
Krzysztof Gabis a1c356eaa9 Adds functions to check if object has value with a certain name (and optionally type). 8 years ago
Krzysztof Gabis bcefc459dd Changes skip_quotes return type to JSON_Status. 8 years ago
Krzysztof Gabis 8075050bc1 Fixes #43 8 years ago
Krzysztof Gabis 21c0364048 Merge pull request #41 from jacobenget/master 8 years ago
Jacob Enget 1c1b77aa7e Fixes typo causing problems with array element validation 8 years ago
Jacob Enget 9d6fbde0c4 Adds test that fails when validating array elements 8 years ago
Krzysztof Gabis f60ddcd05b Adds missing character (in a comment). 8 years ago
Krzysztof Gabis 5c4a11b036 Removes trailing whitespace. 8 years ago
Krzysztof Gabis 473c7f3d8d Adds json_object_get_value_at function to access values in objects in O(1) time. 8 years ago
Krzysztof Gabis 77ef99571e Avoiding _CRT_SECURE_NO_WARNINGS redefinition. 8 years ago
Krzysztof Gabis 0c04a7e678 Removes unnecessary SKIP_WHITESPACES. 8 years ago
Krzysztof Gabis f860d3dd1b Accepting json texts that are not objects or arrays. 8 years ago
Krzysztof Gabis 19c1175064 Fixes a bug where fopen() error was being ignored. 8 years ago
Krzysztof Gabis d7726760e0 Merge pull request #35 from vovanec/patch-1 9 years ago
Volodymyr Kuznetsov c27133715b Fixed error condition on malloc failure. 9 years ago
Krzysztof Gabis c9b920c4a3 Fixes a bug in json_array_remove and adds relevant tests (thanks to KB for finding this). 9 years ago
Krzysztof Gabis 8324ff92bf Escaping / to make json embeddable in xml\/html. 9 years ago
Krzysztof Gabis 849f00728b parson should compile with c++ compilers (again). 9 years ago
Krzysztof Gabis 86a5a20856 Adds comments regarding memory management. 9 years ago
Krzysztof Gabis 18761d99ff Checking if json_serialization_size failed. 9 years ago