Commit Graph
18 Commits
Author SHA1 Message Date
Benoit Blanchon cc19266470 Added missing newline at end-of-file (issue #24) 2014-09-27 21:24:29 +02:00
Benoit Blanchon abef85218e Renamed ARDUINO_JSON_NO_DEPRECATED_WARNING into ARDUINO_JSON_NO_DEPRECATION_WARNING 2014-07-22 20:33:17 +02:00
Benoit Blanchon 649f292ea7 Added comments 2014-07-22 20:28:59 +02:00
Benoit Blanchon 805c0741e6 Added comments 2014-07-22 20:14:25 +02:00
Benoit Blanchon c22473cf37 Removed unused stuff 2014-07-21 11:08:39 +02:00
Benoit Blanchon a1e8c8800a Removed uneeded cast operators 2014-07-19 15:34:44 +02:00
Benoit Blanchon e94575b4b8 Replaced public inheritance by protected and private 2014-07-19 14:41:29 +02:00
Benoit Blanchon b278d7711b Replaced composition by inheritance 2014-07-19 12:44:27 +02:00
Benoit Blanchon b75d32e980 Renamed JsonHashTable into JsonObject 2014-07-18 16:46:01 +02:00
Benoit Blanchon 4a1d8483cc Added class JsonToken 2014-07-18 15:43:20 +02:00
Benoît Blanchon c329572d24 Added JsonArrayIterator (tests are failing) 2014-07-17 13:58:30 +02:00
Benoît Blanchon ca01ecfb49 Added a flag to ignore deprecation warnings 2014-07-17 13:27:40 +02:00
Benoît Blanchon 5e1697f47b JsonArray is now a simple wrapper on top of JsonValue 2014-07-17 13:12:12 +02:00
Benoît Blanchon f2579397d6 JsonHashTable is now a wrapper on to of JsonValue 2014-07-17 12:59:26 +02:00
Benoît Blanchon b6e3a37ad9 Added JsonParserBase::parse() that returns a JsonValue 2014-07-17 12:37:35 +02:00
Benoît Blanchon 7487b8cbb7 Defined the DEPRECATED macro 2014-07-16 13:53:56 +02:00
Benoît Blanchon 6a868e46bd Made JsonValue inherit from JsonObjectBase 2014-07-16 13:42:36 +02:00
Benoît Blanchon d189bd7140 Added class JsonValue.
Added subscript operator on JsonArray and JsonHashTable
2014-07-16 13:26:11 +02:00