2
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed converter that was moved to obsolete dir. More... about 4 years ago
Added missing obsolete directory. More... about 4 years ago
Updated ecf files to 1-20-0 schema. More... about 4 years ago
Updated output error message. More... about 4 years ago
Merge pull request #15 from phgachoud/examples_enhancement More... about 4 years ago
Made argument type more general using the READABLE_STRING_.. variants. Added JSON_ARRAY.is_empty: BOOLEAN Replaced calls to the obsolete 'as_string_8' with proper conversion. Separated tests for obsolete code for future removal. More... about 4 years ago
Changed the type of `item` to avoid breaking existing code. More... about 5 years ago
REAL NaN, Negative and Positive Infinity values are serialized as "null" (as JSON has no support for such values). Removed redefinitions that violate VDRS(4) when a deferred feature is effected in the class, not redefined. More... about 5 years ago
Exported to {NONE} the JSON_READER interface, except `set_representation`. More... over 5 years ago
Updated README. More... over 5 years ago
Added comments and cleaned code. More... over 5 years ago
Improve memory usage - do not use a temp string to validate unicode syntax. - reuse default null, false and true values (always create them to avoid indirection). - free buffer and `representation` value once the `parse_content` is done. - if `parse_content` is called multiple time, parse only once. Fixed meaning of `is_parsed`, to really mean the json was parsed (successfully or not!). Added `make` and `parse_string (a_json_content: STRING_8)` to ease reuse of parser object. Code cleaning, and harmonize names. More... over 5 years ago
Updated ecf files to use version 1-16-0 More... over 5 years ago
Fixed test_suite.ecf More... over 5 years ago
Updated configuration files for json library and serialization example. More... over 5 years ago
Updated Readme file with CI travis status. Added travis configuration file. More... over 5 years ago
Merge pull request #17 from jvelilla/json_rev08112018 More... over 5 years ago
Cleaned code, removed commented code. More... over 5 years ago
Removed unneded files for performance testing. Data for testing could be generated. Updated performance test with custome values for json arrays and objects. Created cache objects for JSON True, False and Null. Created a new feature has_json_substring in JSON_READER. More... over 5 years ago
Merge code with Jocelyn's review Added new buffers to parse and validate JSON_NUMBERS. More... over 5 years ago
Allow to change default size for json array and object. More... over 5 years ago
Changed default value for array and object. More... over 5 years ago
Improved tests by collecting GC before chrono. More... over 5 years ago
Avoid string duplication. More... over 5 years ago
Updated JSON_PARSER with an STRING buffer initialized once at the start of process. Created a simple performance test with 10 rounds using a file of 60 MB. More... over 5 years ago
added some debug informations if parsed string was wrnot as expected More... over 5 years ago
Updated custom serialization demo. More... over 5 years ago
Minor example classes renaming. More... over 5 years ago
Updated examples and fix wrong cycle detection. More... over 5 years ago
Updated readme. More... over 5 years ago