mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Parse empty object
This commit is contained in:
@@ -162,6 +162,11 @@ namespace ArduinoJson
|
||||
return type == JSON_ARRAY;
|
||||
}
|
||||
|
||||
bool isObject()
|
||||
{
|
||||
return type == JSON_OBJECT;
|
||||
}
|
||||
|
||||
void addChild(JsonNode* childToAdd);
|
||||
|
||||
void removeChild(JsonNode* childToRemove);
|
||||
|
||||
Reference in New Issue
Block a user