@@ -43,7 +43,7 @@ namespace ArduinoJson
private:
Internals::JsonValue* items;
- int count, capacity;
+ int capacity, count;
};
}
@@ -55,8 +55,7 @@ namespace ArduinoJson
KeyValuePair* items;
- int count;
- int capacity;