Huge refactoring in progress...

This commit is contained in:
Benoit Blanchon
2014-10-30 14:03:33 +01:00
parent c3001e9ea9
commit 4c204840e9
25 changed files with 108 additions and 79 deletions

View File

@@ -10,6 +10,7 @@
#include "Internals/JsonObjectNode.hpp"
namespace ArduinoJson {
struct JsonPair {
JsonPair(const char* k) : key(k) {}