JsonObject::set()
copies the content of an object to the object pointed by the JsonObject
.
If the JsonObject
is null/unbound, this function does nothing.
bool set(JsonObjectConst obj) const;
Arguments
obj
: a JsonObjectConst
pointing to the object to copy.
JsonObject::set()
returns a bool
that tells whether the operation was successful or not:
true
if the operation is successfulfalse
if there was not enough room in the JsonDocument
.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4