mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-25 22:40:56 +02:00
Updated Bag of Tricks (markdown)
@@ -411,7 +411,7 @@ See issue [#205](https://github.com/bblanchon/ArduinoJson/issues/205).
|
||||
|
||||
:warning: **This section is only intended to insane people who deliberately ignores the recommendation of the library author.**
|
||||
|
||||
:warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://github.com/bblanchon/ArduinoJson/wiki/FAQ#how-to-reuse-a-jsonbuffer)
|
||||
:warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://bblanchon.github.io/ArduinoJson/faq/how-to-reuse-a-jsonbuffer/)
|
||||
|
||||
|
||||
Here is how you can write your own `clear()` function:
|
||||
@@ -432,4 +432,4 @@ clear(jsonBuffer);
|
||||
|
||||
See issues [#72](https://github.com/bblanchon/ArduinoJson/issues/72), [#115](https://github.com/bblanchon/ArduinoJson/issues/115), [#141](https://github.com/bblanchon/ArduinoJson/issues/141)
|
||||
|
||||
See [ArduinoJson: Avoiding pitfalls](https://github.com/bblanchon/ArduinoJson/wiki/Avoiding-pitfalls#4-dont-reuse-the-same-jsonbuffer)
|
||||
See [ArduinoJson: Avoiding pitfalls](https://bblanchon.github.io/ArduinoJson/doc/pitfalls/#4-dont-reuse-the-same-jsonbuffer)
|
Reference in New Issue
Block a user