|
1e28217393
|
Merged parse() and parseToken()
|
2014-07-19 15:36:01 +02:00 |
|
|
a1e8c8800a
|
Removed uneeded cast operators
|
2014-07-19 15:34:44 +02:00 |
|
|
cd7a7b1533
|
Fixed bug in JsonArray::begin() and end()
|
2014-07-19 14:55:16 +02:00 |
|
|
0fe77176e1
|
Fixed bug in JsonObject::begin() and end()
|
2014-07-19 14:49:59 +02:00 |
|
|
e94575b4b8
|
Replaced public inheritance by protected and private
|
2014-07-19 14:41:29 +02:00 |
|
|
b278d7711b
|
Replaced composition by inheritance
|
2014-07-19 12:44:27 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
dde5a2510b
|
Extracted class JsonParserBase
|
2014-07-14 13:17:30 +02:00 |
|
|
935cb068ab
|
Updated README.md
|
2014-07-05 16:09:37 +02:00 |
|
|
50b2a1b4a7
|
Added namespace for the parser
|
2014-07-03 14:01:45 +02:00 |
|
|
78a920a5fc
|
Now use #pragma once
|
2014-07-03 13:58:08 +02:00 |
|
|
3d8b31b1ec
|
Moved all JsonParser code in a sub-folder.
|
2014-06-24 13:14:07 +02:00 |
|