mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01: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