Added comments

This commit is contained in:
Benoit Blanchon
2014-07-22 20:28:59 +02:00
parent 805c0741e6
commit 649f292ea7
3 changed files with 41 additions and 26 deletions

View File

@ -45,7 +45,7 @@ namespace ArduinoJson
}
// Convert the JsonValue to a bool.
// Returns false if the JsonValue is not a boolean.
// Returns false if the JsonValue is not a primitve.
operator bool();
// Convert the JsonValue to a floating point value.