mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Renamed JsonHashTable into JsonObject
This commit is contained in:
@ -15,7 +15,7 @@ void setup()
|
||||
|
||||
JsonParser<16> parser;
|
||||
|
||||
JsonHashTable root = parser.parse(json);
|
||||
JsonObject root = parser.parse(json);
|
||||
|
||||
if (!root.success())
|
||||
{
|
||||
|
Reference in New Issue
Block a user