Added JsonArray::createNestedObject()

This commit is contained in:
Benoit Blanchon
2014-10-07 15:27:24 +02:00
parent 09b6f71853
commit f7fa9e9467
5 changed files with 34 additions and 24 deletions

View File

@ -5,9 +5,9 @@
#include "Internals/JsonNode.h"
#include "Internals/IndentedPrint.h"
struct JsonNode;
class JsonValue;
class JsonArray;
class JsonObject;
class JsonValue;
class JsonContainer : public Printable
{