mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-26 06:50:56 +02:00
'fundationnal' is not a word. Author probable meant 'foundational'.
@@ -391,7 +391,7 @@ will write the following string to the serial output:
|
||||
|
||||
Removes the element at the specified index.
|
||||
|
||||
**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a fundationnal principle of the library.
|
||||
**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a foundational principle of the library.
|
||||
|
||||
##### Signature
|
||||
|
||||
@@ -1071,7 +1071,7 @@ will write the following string to the serial output:
|
||||
|
||||
Removes the element at the specified key.
|
||||
|
||||
**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a fundationnal principle of the library.
|
||||
**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a foundational principle of the library.
|
||||
|
||||
##### Signatures
|
||||
|
||||
|
Reference in New Issue
Block a user