mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Merged parse() and parseToken()
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
using namespace ArduinoJson::Parser;
|
||||
|
||||
JsonToken JsonParserBase::parseToken(char* json)
|
||||
JsonValue JsonParserBase::parse(char* json)
|
||||
{
|
||||
jsmn_parser parser;
|
||||
jsmn_init(&parser);
|
||||
|
Reference in New Issue
Block a user