Updated Avoiding pitfalls (markdown)

bblanchon
2014-11-29 07:56:24 -08:00
parent 5af3706d0c
commit 963caf9f9a

@@ -1,5 +1,3 @@
> *This page contains precious information on how to avoid common pitfalls in Arduino JSON.*
As `StaticJsonBuffer` is the corner stone of this library, you'll see that every pitfall listed here are related to a wrong understanding of the memory model.
Make sure you read [Arduino JSON memory model](Memory model) before going further.