mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Parse key value pairs
This commit is contained in:
@@ -46,6 +46,7 @@ namespace ArduinoJson
|
||||
Internals::JsonNode* createDoubleNode(double value, int decimals);
|
||||
Internals::JsonNode* createLongNode(long value);
|
||||
Internals::JsonNode* createObjectNode();
|
||||
Internals::JsonNode* createObjectKeyValueNode(const char* key, Internals::JsonNode* value);
|
||||
Internals::JsonNode* createStringNode(const char* value);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user