mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-14 01:54:48 +02:00
minor typo
@@ -74,7 +74,7 @@ Now, to check if the parsing was successful, you can call `JsonObject::success()
|
|||||||
// Parsing fail
|
// Parsing fail
|
||||||
}
|
}
|
||||||
|
|
||||||
The result can be `false` for tree reasons:
|
The result can be `false` for three reasons:
|
||||||
|
|
||||||
1. the JSON string is invalid,
|
1. the JSON string is invalid,
|
||||||
2. the JSON string doesn't represent an object,
|
2. the JSON string doesn't represent an object,
|
Reference in New Issue
Block a user