Moved JsonValue to namespace ArduinoJson::Generator

This commit is contained in:
Benoit Blanchon
2014-07-31 19:57:52 +02:00
parent 7877ee1b4c
commit 13c386c7a3
6 changed files with 11 additions and 10 deletions

View File

@ -11,7 +11,7 @@
namespace ArduinoJson
{
namespace Internals
namespace Generator
{
class JsonValue
{
@ -76,7 +76,7 @@ namespace ArduinoJson
bool asBool;
long asLong;
Printable* asPrintable;
EscapedString asString;
Internals::EscapedString asString;
double asDouble;
};