Click or drag to resize

JsonStringFromObject Method

Version 130.1.90
Create a JsonString from the specfied object using the build in DataContractJsonSerializer

Namespace: CefSharp.Web
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static JsonString FromObject(
	Object obj,
	DataContractJsonSerializerSettings settings = null
)

Parameters

obj  Object
object to seriaize
settings  DataContractJsonSerializerSettings  (Optional)
optional settings

Return Value

JsonString
If obj is null then return nulls otherwise a JsonString.
See Also