mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-21 22:42:25 +02:00
Removed JsonValue::null(), moved the instance to JsonObjectBase
This commit is contained in:
@ -50,6 +50,8 @@ namespace ArduinoJson
|
||||
private:
|
||||
KeyValuePair* items;
|
||||
int capacity, count;
|
||||
|
||||
static JsonValue nullValue;
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user