JsonStringFromObject Method  | 
Version 93.1.111  
    Namespace: 
   CefSharp.Web
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic static JsonString FromObject(
	Object obj,
	DataContractJsonSerializerSettings settings = null
)
public:
static JsonString^ FromObject(
	Object^ obj, 
	DataContractJsonSerializerSettings^ settings = nullptr
)
Parameters
- obj
 - Type: SystemObject
object to seriaize - settings (Optional)
 - Type: System.Runtime.Serialization.JsonDataContractJsonSerializerSettings
optional settings 
Return Value
Type: 
JsonStringIf 
obj is null then return nulls otherwise a JsonString.
See Also