Updated FAQ (markdown)

Benoît Blanchon
2015-11-02 18:14:10 +01:00
parent b1a89ad7dd
commit e09dcb0678

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`.