JsonStringFromObject Method |
Version 130.1.90Namespace: CefSharp.WebAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static JsonString FromObject(
Object obj,
DataContractJsonSerializerSettings settings = null
)
public:
static JsonString^ FromObject(
Object^ obj,
DataContractJsonSerializerSettings^ settings = nullptr
)
Parameters
- obj Object
- object to seriaize
- settings DataContractJsonSerializerSettings (Optional)
- optional settings
Return Value
JsonStringIf
obj is null then return nulls otherwise a JsonString.
See Also