mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 09:34:53 +02:00
Updated Memory model (markdown)
@@ -76,5 +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 |
|
Reference in New Issue
Block a user