Minor clean up

This commit is contained in:
Benoit Blanchon
2014-09-09 21:23:37 +02:00
parent 9d3b522e7b
commit 286a514fbe
2 changed files with 19 additions and 16 deletions

View File

@ -91,6 +91,9 @@ namespace ArduinoJson
private:
char* json;
jsmntok_t* token;
static char unescapeChar(char c);
static void unescapeString(char* s);
};
}
}