JSONWriter WriteMap Method (TextWriter, Int32, JSONWritingOptions,  DictionaryEntry )NFX Class Library

[This is preliminary documentation and is subject to change.]

Appends JSON representation of a map(IEnumerable(DictionaryEntry))

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void WriteMap(
	TextWriter wri,
	int level,
	JSONWritingOptions options,
	params DictionaryEntry[] data
)
See Also