mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-10-10 13:25:22 +02:00
Fixed namespaces
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#include "ArduinoJson/JsonObject.h"
|
||||
#include "ArduinoJson/JsonValue.h"
|
||||
|
||||
using namespace ArduinoJson;
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
JsonValue JsonArray::operator[](int index) const
|
||||
{
|
||||
for (JsonNodeIterator it = beginChildren(); it != endChildren(); ++it)
|
||||
|
Reference in New Issue
Block a user