forked from bblanchon/ArduinoJson
Added comments
This commit is contained in:
@ -19,7 +19,6 @@ namespace ArduinoJson
|
||||
JsonPair(JsonToken token)
|
||||
: JsonToken(token)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Get the key
|
||||
@ -35,4 +34,4 @@ namespace ArduinoJson
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user