Click or drag to resize

CefRuntimeParseJson Method

Parses the specified |json_string| and returns a dictionary or list representation. If JSON parsing fails this method returns NULL.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefValue ParseJson(
	string value,
	CefJsonParserOptions options
)

Parameters

value  String
 
options  CefJsonParserOptions
 

Return Value

CefValue
See Also