![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter2 Interface (ArcObjects .NET 10.4 SDK) | 
| Description | ||
|---|---|---|
![]()  | 
EndArray | Ends an array. | 
![]()  | 
EndObject | Ends writing of an object. | 
![]()  | 
GetStringBuffer | Obtains copy of string buffer. Encoding is UTF8. | 
![]()  | 
Reset | Resets IJSONWriter's internal state. | 
![]()  | 
SetFormatted | Writes 'pretty' formatting on or off. | 
![]()  | 
SetIndent | Writes indent for 'pretty' formatting. Default is 2. | 
![]()  | 
StartArray | Starts an array. | 
![]()  | 
StartObject | Starts writing an object. | 
![]()  | 
Stream | Obtains underlying stream. If WriteTo() is not called yet, will return NULL. Also will return NULL if WriteToString() was called. | 
![]()  | 
WriteBinary | Writes a byte array. | 
![]()  | 
WriteBinaryVal | Writes a byte array. | 
![]()  | 
WriteBoolean | Writes a boolean. | 
![]()  | 
WriteBooleanVal | Writes a boolean in array. | 
![]()  | 
WriteByte | Writes a byte. | 
![]()  | 
WriteByteVal | Writes a byte in array. | 
![]()  | 
WriteDate | Writes a date. | 
![]()  | 
WriteDateVal | Writes a date in array. | 
![]()  | 
WriteDouble | Writes a double. | 
![]()  | 
WriteDoubleEx | Writes a double with specified number of digits after decimal point. | 
![]()  | 
WriteDoubleVal | Writes a double in array. | 
![]()  | 
WriteDoubleValEx | Writes a double in array with specified number of digits after decimal point. | 
![]()  | 
WriteFloat | Writes a float. | 
![]()  | 
WriteFloatVal | Writes a float in array. | 
![]()  | 
WriteInteger | Writes an integer. | 
![]()  | 
WriteIntegerVal | Writes an integer in array. | 
![]()  | 
WriteNull | Writes null property. | 
![]()  | 
WriteNullVal | Writes null value in array. | 
![]()  | 
WriteRawString | Writes a raw property without any processing. Use to insert JSON sub-object or sub-array strings only. | 
![]()  | 
WriteRawStringVal | Writes a raw value without any processing. Use to insert JSON sub-object or sub-array strings only. | 
![]()  | 
WriteShort | Writes a short. | 
![]()  | 
WriteShortVal | Writes a short int in array. | 
![]()  | 
WriteString | Writes a string property. | 
![]()  | 
WriteStringVal | Writes a string in array. | 
![]()  | 
WriteTo | Specifies output JSON stream. | 
![]()  | 
WriteToString | Redirects writing to internal string buffer. | 
![]()  | 
WriteVariant | Writes a variant valued property. | 
![]()  | 
WriteVariantVal | Writes a variant in array. | 
| Interfaces | Description | 
|---|---|
| IJSONWriter | Provides access to members that control the sequential writing of JSON. | 
| CoClasses and Classes | Description | 
|---|---|
| JSONWriter | A sequential JSON Writer. |