Fixed bug in JsonArray::begin() and end()

This commit is contained in:
Benoit Blanchon
2014-07-19 14:55:16 +02:00
parent 0fe77176e1
commit cd7a7b1533
4 changed files with 23 additions and 8 deletions

View File

@ -75,7 +75,7 @@ namespace ArduinoJson
return token != 0 && token->type == JSMN_STRING;
}
int size()
int childrenCount()
{
return token->size;
}