[This is preliminary documentation and is subject to change.]
Writes a string in JSON format (a la "JSON encode string") - using quotes and escaping charecters that need it
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- wri
- Type:
System.IO TextWriter
TextWriter instance to append data into
- data
- Type:
System String
Original string to encode as JSON
- opt (Optional)
- Type: NFX.Serialization.JSON JSONWritingOptions
JSONWriting options instance, if omitted then JSONWritingOptions.Compact is used
See Also