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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefValue ParseJson(
	string value,
	CefJsonParserOptions options
)

Parameters

value
Type: SystemString
options
Type: Internal.Xilium.CefGlueCefJsonParserOptions

Return Value

Type: CefValue
See Also