|
851d21e08c
|
Added JsonObjectIterator
|
2014-07-18 22:40:50 +02:00 |
|
|
b75d32e980
|
Renamed JsonHashTable into JsonObject
|
2014-07-18 16:46:01 +02:00 |
|
|
daa62b3737
|
Simplified nextSibling()
|
2014-07-18 16:22:09 +02:00 |
|
|
ed497df9d6
|
Added JsonToken.cpp
|
2014-07-18 16:19:14 +02:00 |
|
|
79953730fc
|
Merged nestedTokenCount() and nextSibling()
|
2014-07-18 16:18:03 +02:00 |
|
|
5d2ffc49fd
|
Fixed JsonArrayIterator unit test
|
2014-07-18 16:11:21 +02:00 |
|
|
714a37bd59
|
Replaced JsonToken operators by meaningful methods
|
2014-07-18 15:54:49 +02:00 |
|
|
4a1d8483cc
|
Added class JsonToken
|
2014-07-18 15:43:20 +02:00 |
|
|
0d4d77a7cd
|
Updated example
|
2014-07-17 14:02:51 +02:00 |
|
|
c329572d24
|
Added JsonArrayIterator (tests are failing)
|
2014-07-17 13:58:30 +02:00 |
|
|
ca01ecfb49
|
Added a flag to ignore deprecation warnings
|
2014-07-17 13:27:40 +02:00 |
|
|
78249a0ada
|
Updated example
|
2014-07-17 13:23:32 +02:00 |
|
|
45c9ba1191
|
Renamed JsonObjectBase into JsonPrintable
|
2014-07-17 13:16:14 +02:00 |
|
|
5e1697f47b
|
JsonArray is now a simple wrapper on top of JsonValue
|
2014-07-17 13:12:12 +02:00 |
|
|
f2579397d6
|
JsonHashTable is now a wrapper on to of JsonValue
|
2014-07-17 12:59:26 +02:00 |
|
|
b6e3a37ad9
|
Added JsonParserBase::parse() that returns a JsonValue
|
2014-07-17 12:37:35 +02:00 |
|
|
73eda08dd4
|
Updated example
|
2014-07-16 21:10:18 +02:00 |
|
|
6164328892
|
Renamed JsonArray::getLength() into size() to match std::vector
|
2014-07-16 14:01:04 +02:00 |
|
|
7487b8cbb7
|
Defined the DEPRECATED macro
|
2014-07-16 13:53:56 +02:00 |
|
|
6a868e46bd
|
Made JsonValue inherit from JsonObjectBase
|
2014-07-16 13:42:36 +02:00 |
|
|
d189bd7140
|
Added class JsonValue.
Added subscript operator on JsonArray and JsonHashTable
|
2014-07-16 13:26:11 +02:00 |
|
|
9f07cdcabf
|
Updated CHANGELOG.md
v2.1
|
2014-07-15 20:04:21 +02:00 |
|
|
41b5bba939
|
Updated CHANGELOG.md
|
2014-07-15 13:50:49 +02:00 |
|
|
7ac4a91591
|
Added include of JsonParserBase.cpp
|
2014-07-15 12:56:14 +02:00 |
|
|
5534635feb
|
Fixed case of jsmn.cpp (issue #6)
|
2014-07-15 12:54:01 +02:00 |
|
|
2e5b959e8b
|
Fixed GCC warnings
|
2014-07-14 16:13:58 +02:00 |
|
|
9ee3dc638d
|
Update parser size
|
2014-07-14 16:02:34 +02:00 |
|
|
ccb97fc6e0
|
Fixed bug JsonObjectBase::getNestedTokenCount() that reads uninitialized token
|
2014-07-14 15:52:26 +02:00 |
|
|
39c185ae67
|
Fixed bug in JsonObjectBase::getBoolFromToken()
|
2014-07-14 14:50:43 +02:00 |
|
|
cf1324c09b
|
Added a test with too few tokens
|
2014-07-14 14:46:46 +02:00 |
|
|
0b087b7bdb
|
Added a test when token count is too small
|
2014-07-14 14:35:51 +02:00 |
|
|
dde5a2510b
|
Extracted class JsonParserBase
|
2014-07-14 13:17:30 +02:00 |
|
|
a42b03ec26
|
Rewrote tests on hash tables
|
2014-07-14 12:29:57 +02:00 |
|
|
2f98e59fc6
|
Cleaned the array tests
|
2014-07-14 11:48:46 +02:00 |
|
|
f58a8b0ca5
|
Renamed unit test classes
|
2014-07-14 10:33:24 +02:00 |
|
|
4f56afe89e
|
Updated changelog
v2.0
|
2014-07-09 19:50:44 +02:00 |
|
|
339de21f1c
|
Updated code size
|
2014-07-09 19:48:55 +02:00 |
|
|
25c428c1e9
|
Removed useless cast
|
2014-07-09 13:44:11 +02:00 |
|
|
0045bb3e35
|
Reduced the size of JsonArrayBase::printTo() by 18 bytes
|
2014-07-09 13:40:09 +02:00 |
|
|
4e61a839a5
|
Minor changes
|
2014-07-09 13:30:08 +02:00 |
|
|
a48fbac7d7
|
Reduced the size of EscapedString::printTo() by 4 more bytes
|
2014-07-09 13:19:12 +02:00 |
|
|
af7dd55d34
|
Reduced the size of EscapedString::printTo() by 4 bytes
|
2014-07-09 13:16:10 +02:00 |
|
|
525649c416
|
Reduced the size of EscapedString::printTo() by 26 bytes
|
2014-07-09 12:59:49 +02:00 |
|
|
1f86016320
|
Extracted function getSpecialChar()
|
2014-07-09 12:50:03 +02:00 |
|
|
c38af3e32c
|
Cleaned up
|
2014-07-08 21:29:19 +02:00 |
|
|
0a0757945e
|
Reduced the size of JsonHashTableBase::printTo() by 12 bytes
|
2014-07-08 13:49:35 +02:00 |
|
|
e63cde3922
|
Reducted the size of JsonHashTableBase::printTo() by 18 bytes !
|
2014-07-08 13:46:34 +02:00 |
|
|
5bb6cd0fa9
|
Extracted class JsonArrayBase to reduce code size
|
2014-07-08 13:38:37 +02:00 |
|
|
bbc18b5ca4
|
Extracted class JsonHashTableBase to reduce the size of the code.
|
2014-07-08 13:27:29 +02:00 |
|
|
6d3b70f4a3
|
Updated encoder size
|
2014-07-07 20:04:25 +02:00 |
|