mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-16 19:11:15 +02:00
Updated Memory model (markdown)
@@ -76,6 +76,6 @@ Memory is released in `DynamicJsonBuffer`'s destructor, so you don't have to do
|
||||
|
||||
| Type | Size |
|
||||
|-------------------------|------------|
|
||||
| JsonVariant | 16 |
|
||||
| JsonArray of N element | 8 + 24 * N |
|
||||
| JsonObject of N element | 8 + 32 * N |
|
||||
| JsonVariant | 8 |
|
||||
| JsonArray of N element | 8 + 16 * N |
|
||||
| JsonObject of N element | 8 + 24 * N |
|
Reference in New Issue
Block a user