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

Parameters

value
Type: Internal.Xilium.CefGlueCefValue
options
Type: Internal.Xilium.CefGlueCefJsonWriterOptions

Return Value

Type: String
See Also