Updated Avoiding pitfalls (markdown)

Benoît Blanchon
2016-05-25 22:53:04 +02:00
parent 0c118778b4
commit 044831f168

@@ -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...