[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | WriteMap(TextWriter, IEnumerable DictionaryEntry , Int32, JSONWritingOptions) |
Appends JSON representation of a map(IEnumerable(DictionaryEntry))
|
![]() ![]() | WriteMap(TextWriter, IDictionary, Int32, JSONWritingOptions) |
Appends JSON representation of a map(IDictionary)
|
![]() ![]() | WriteMap(TextWriter, Int32, JSONWritingOptions, DictionaryEntry ) |
Appends JSON representation of a map(IEnumerable(DictionaryEntry))
|
See Also