Added JsonParserBase::parse() that returns a JsonValue

This commit is contained in:
Benoît Blanchon
2014-07-17 12:37:35 +02:00
parent 73eda08dd4
commit b6e3a37ad9
3 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,6 @@
#pragma once
#include "jsmn.h"
#include "JsonObjectBase.h"
namespace ArduinoJson