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