Click or drag to resize

CefRuntimeWriteJson Method

Generates a JSON string from the specified root |node| which should be a dictionary or list value. Returns an empty string on failure. This method requires exclusive access to |node| including any underlying data.

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

Parameters

value  CefValue
 
options  CefJsonWriterOptions
 

Return Value

String
See Also