From ed497df9d67f4ce6ce68180b3b7798329ba2a66c Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 18 Jul 2014 16:19:14 +0200 Subject: [PATCH] Added JsonToken.cpp --- JsonParser.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/JsonParser.cpp b/JsonParser.cpp index 44a20849..55efcc22 100644 --- a/JsonParser.cpp +++ b/JsonParser.cpp @@ -1,7 +1,7 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +/* + * Arduino JSON library + * Benoit Blanchon 2014 - MIT License + */ // This file is here to help the Arduino IDE find the .cpp files @@ -9,4 +9,5 @@ #include "JsonParser/JsonHashTable.cpp" #include "JsonParser/JsonParserBase.cpp" #include "JsonParser/JsonValue.cpp" +#include "JsonParser/JsonToken.cpp" #include "JsonParser/jsmn.cpp" \ No newline at end of file