forked from bblanchon/ArduinoJson
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