mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Added class JsonToken
This commit is contained in:
@@ -11,7 +11,7 @@ namespace JsonParserTests
|
||||
{
|
||||
public:
|
||||
|
||||
TEST_METHOD(TestMethod1)
|
||||
TEST_METHOD(SimpleIteraton)
|
||||
{
|
||||
char json [] = "[1,2,3]";
|
||||
JsonParser<4> parser;
|
||||
|
||||
Reference in New Issue
Block a user