[This is preliminary documentation and is subject to change.]
Appends JSON data into the instance of StringBuilder
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void Write(
Object data,
TextWriter wri,
JSONWritingOptions options = null
)
public static void Write(
Object data,
TextWriter wri,
JSONWritingOptions options = null
)
Public Shared Sub Write (
data As Object,
wri As TextWriter,
Optional options As JSONWritingOptions = Nothing
)
Public Shared Sub Write (
data As Object,
wri As TextWriter,
Optional options As JSONWritingOptions = Nothing
)
public:
static void Write(
Object^ data,
TextWriter^ wri,
JSONWritingOptions^ options = nullptr
)
public:
static void Write(
Object^ data,
TextWriter^ wri,
JSONWritingOptions^ options = nullptr
)
static member Write :
data : Object *
wri : TextWriter *
?options : JSONWritingOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
static member Write :
data : Object *
wri : TextWriter *
?options : JSONWritingOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit