mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-26 23:10:55 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -526,7 +526,7 @@ for (int i=0; i<10; i++) {
|
||||
|
||||
Note that, contrary to a common belief, moving a `StaticJsonBuffer` inside of a loop has no negative impact on performance.
|
||||
|
||||
See issue [#243](https://github.com/bblanchon/ArduinoJson/issues/243).
|
||||
See issue [#243](https://github.com/bblanchon/ArduinoJson/issues/243) and [#305](https://github.com/bblanchon/ArduinoJson/issues/305).
|
||||
|
||||
##### Cause 2: reuse of JSON input
|
||||
|
||||
|
Reference in New Issue
Block a user