Click or drag to resize

CefRuntimeParseJsonAndReturnError Method

Parses the specified |json_string| and returns a dictionary or list representation. If JSON parsing fails this method returns NULL and populates |error_code_out| and |error_msg_out| with an error code and a formatted error message respectively.

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 ParseJsonAndReturnError(
	string value,
	CefJsonParserOptions options,
	out CefJsonParserError errorCode,
	out string errorMessage
)

Parameters

value
Type: SystemString
options
Type: Internal.Xilium.CefGlueCefJsonParserOptions
errorCode
Type: Internal.Xilium.CefGlueCefJsonParserError
errorMessage
Type: SystemString

Return Value

Type: CefValue
See Also