mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-05 13:44:44 +02:00
Typo and grammar fixes
@@ -53,7 +53,7 @@ During is lifetime a `JsonBuffer` growth until it's discarded. If you try to reu
|
||||
|
||||
For this reason, **you should not use a global variable** for your `JsonBuffer`. I don't think there is any scenario in which a global `JsonBuffer` would be a valid option.
|
||||
|
||||
The best practice is to **declare it in a local scope**, so that it's discarded as soon as possible. My advice it to declare it in a function which unique role is to handle the JSON serialization.
|
||||
The best practice is to **declare it in a local scope**, so that it's discarded as soon as possible. My advice is to declare it in a function whose unique role is to handle the JSON serialization.
|
||||
|
||||
See [FAQ: The first parsing succeeds, why does the next ones fail?](https://github.com/bblanchon/ArduinoJson/wiki/FAQ#the-first-parsing-succeeds-why-does-the-next-ones-fail)
|
||||
|
||||
|
Reference in New Issue
Block a user