mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-28 07:50:54 +02:00
Updated Avoiding pitfalls (markdown)
@@ -74,7 +74,7 @@ So this will only work if `json` is still in memory.
|
|||||||
|
|
||||||
#### 6. Do not assume that strings are copied
|
#### 6. Do not assume that strings are copied
|
||||||
|
|
||||||
By design ArduinoJson **never makes copies** of strings.
|
By default, ArduinoJson doesn't make copies of strings.
|
||||||
This allows it to work with full static memory allocation and ensure an efficient use of CPU cycles.
|
This allows it to work with full static memory allocation and ensure an efficient use of CPU cycles.
|
||||||
|
|
||||||
But this can have subtle consequences...
|
But this can have subtle consequences...
|
||||||
|
Reference in New Issue
Block a user