summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the validation test a bitLars Knoll2012-01-041-0/+25
* Update the memory usage numbersLars Knoll2012-01-041-9/+9
* Reuse the index in the object for existing keysLars Knoll2012-01-043-10/+29
* De-inline some codeLars Knoll2012-01-044-113/+84
* package as qt module "json"Jamey Hicks2012-01-048-13/+63
* Add support for validating the binary dataLars Knoll2012-01-046-8/+161
* Implement support for compacting objects and arraysLars Knoll2012-01-0410-40/+310
* Add copyright headersLars Knoll2012-01-0414-0/+607
* Add another benchmarkLars Knoll2012-01-042-0/+32
* use ull suffix for unsigned 64bitJamey Hicks2012-01-031-2/+2
* Detach nested objects or arrays when making JsonDocuments from them.Jamey Hicks2012-01-032-0/+58
* Fix type to compile on 64-bit machineAndrew Christian2011-12-141-1/+1
* Fix the README file to point to the new Gerrit URLSergio Ahumada2011-12-101-1/+1
* Benchmark for parsing and converting to QVariantLars Knoll2011-12-101-0/+13
* Add a parsing benchmark using test.jsonLars Knoll2011-12-092-1/+21
* Add a more extensive parser testLars Knoll2011-12-093-2/+83
* Small cleanupLars Knoll2011-12-094-29/+14
* Some cleanupsLars Knoll2011-12-099-166/+130
* Add a Json parser to the code baseLars Knoll2011-12-088-2/+956
* Add a bit in Value to store whether key is latin1Lars Knoll2011-12-084-79/+79
* The root object shouldn't be part of the headerLars Knoll2011-12-083-25/+29
* Save another 4 bytes per object and arrayLars Knoll2011-12-085-12/+7
* Store smaller integers inlineLars Knoll2011-12-083-19/+148
* Add an explicit UndefinedValue typeLars Knoll2011-12-086-28/+65
* Use latin1 for keys as wellLars Knoll2011-12-083-42/+89
* Add a Latin1String variant and use it for valuesLars Knoll2011-12-086-27/+139
* Refactored the way Values are storedLars Knoll2011-12-088-297/+370
* Use 12-16 bytes less per stringLars Knoll2011-12-074-33/+57
* Rename (from)Data to from/toBinaryDataLars Knoll2011-12-075-15/+15
* Move the code for writing json into it's own classLars Knoll2011-12-078-236/+307
* Add a JsonDocument classLars Knoll2011-12-069-7/+316
* Remove references to binary in the nameLars Knoll2011-12-0611-82/+82
* added unit tests for isEmpty().Jamey Hicks2011-12-061-1/+10
* Add support for int based values and make some methods constJamey Hicks2011-12-068-8/+78
* Properly escape strings when converting to textLars Knoll2011-12-062-5/+135
* Ensure empty arrays and objects can be insertedLars Knoll2011-12-053-7/+48
* Added conversion to textLars Knoll2011-12-054-3/+122
* Added test case to very size of nested array does not change.Jamey Hicks2011-12-051-0/+4
* Added JsonArray::contains()Jamey Hicks2011-12-052-0/+10
* Do not expect struct Header in JsonObject::fromData().Jamey Hicks2011-12-051-2/+4
* Fixed a segv for empty arrays.Jamey Hicks2011-12-052-2/+14
* Added support for converting to QVariantMapLars Knoll2011-11-256-2/+62
* Fix some compiler warningsLars Knoll2011-11-252-5/+5
* Added more tests for null values, arrays and objectsLars Knoll2011-11-255-14/+126
* Convert from Variants and VariantMapsLars Knoll2011-11-257-25/+158
* This is outdated, let's rather remove it.Lars Knoll2011-11-251-111/+0
* Fix autotestLars Knoll2011-11-251-1/+1
* Properly implement comparison operatorsLars Knoll2011-11-235-11/+52
* Implement adding and removing keys to objects.Lars Knoll2011-11-235-8/+71
* Code cleanupsLars Knoll2011-11-232-40/+51