Added class JsonToken

This commit is contained in:
Benoit Blanchon
2014-07-18 15:43:20 +02:00
parent 0d4d77a7cd
commit 4a1d8483cc
13 changed files with 268 additions and 159 deletions

View File

@ -11,7 +11,7 @@ namespace JsonParserTests
{
public:
TEST_METHOD(TestMethod1)
TEST_METHOD(SimpleIteraton)
{
char json [] = "[1,2,3]";
JsonParser<4> parser;