mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 12:02:14 +02:00
Fixed field orders
This commit is contained in:
@ -164,9 +164,9 @@ public:
|
|||||||
void duplicate(JsonNode* other);
|
void duplicate(JsonNode* other);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
JsonNodeType type;
|
||||||
JsonNode* next;
|
JsonNode* next;
|
||||||
JsonNodeContent content;
|
JsonNodeContent content;
|
||||||
JsonNodeType type;
|
|
||||||
|
|
||||||
inline void writeArrayTo(JsonWriter&);// TODO: <- move in JsonNodeSerializer
|
inline void writeArrayTo(JsonWriter&);// TODO: <- move in JsonNodeSerializer
|
||||||
inline void writeObjectTo(JsonWriter&);// TODO: <- move in JsonNodeSerializer
|
inline void writeObjectTo(JsonWriter&);// TODO: <- move in JsonNodeSerializer
|
||||||
|
Reference in New Issue
Block a user