mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
Fixed bug in JsonArray::begin() and end()
This commit is contained in:
@ -75,7 +75,7 @@ namespace ArduinoJson
|
||||
return token != 0 && token->type == JSMN_STRING;
|
||||
}
|
||||
|
||||
int size()
|
||||
int childrenCount()
|
||||
{
|
||||
return token->size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user