Version 87.1.132 
            Default constructor
            
 
    Namespace: 
   CefSharp.Web
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic JsonString(
	string json
)
public:
JsonString(
	String^ json
)
Parameters
- json
 - Type: SystemString
JSON string 
See Also