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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefValue ParseJsonAndReturnError(
	string value,
	CefJsonParserOptions options,
	out CefJsonParserError errorCode,
	out string errorMessage
)

Parameters

value  String
 
options  CefJsonParserOptions
 
errorCode  CefJsonParserError
 
errorMessage  String
 

Return Value

CefValue
See Also