Added comments

This commit is contained in:
Benoit Blanchon
2014-11-06 16:58:24 +01:00
parent 086e99efb4
commit d94bcbf249
3 changed files with 94 additions and 28 deletions

View File

@@ -10,6 +10,7 @@
namespace ArduinoJson {
// A key value pair for JsonObject.
struct JsonPair {
const char* key;
JsonVariant value;