mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 17:44:49 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -138,7 +138,7 @@ As you can see the `StaticJsonBuffer` is kept in memory as short as possible, so
|
|||||||
|
|
||||||
Also you can see that neither `JsonArray` nor `JsonObject` leak out of the serialization code. This maintain a good isolation and reduce the coupling with the library.
|
Also you can see that neither `JsonArray` nor `JsonObject` leak out of the serialization code. This maintain a good isolation and reduce the coupling with the library.
|
||||||
|
|
||||||
# How to fix error "Ambiguous overload for 'operator='"
|
### How to fix error "Ambiguous overload for 'operator='"
|
||||||
|
|
||||||
There is a case where you need the compiler: it's when you convert a `JsonVariant` to a `String`.
|
There is a case where you need the compiler: it's when you convert a `JsonVariant` to a `String`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user