JSON (JavaScript Object Notation) String building functionality.

Contains methods to build JSON strings.

Methods

Name Description
ArrayBegin Begin an Array block.
ArrayEnd End an Array block.
Clear
ObjectBegin Begin an Object block.
ObjectEnd End an Object block.
ToJsonString Get the JSON String.
WritePropertyBoolean Write a Boolean Property.
WritePropertyDate Write a Date Property, excluding any Time portion.
WritePropertyDateTime Write a Date Time Property, without any Time Zone information.
WritePropertyDateTimeUtc Write a Date Time Property in UTC format.
WritePropertyDecimal Write a Decimal Property.
WritePropertyDouble Write a Double Property.
WritePropertyInteger Write an Integer Property.
WritePropertyLong Write an Long Property.
WritePropertyNull Write a Null Property.
WritePropertyString Write a String Property.
WriteRawJson Write a raw JSON formatted String.
WriteValueBoolean Write a Boolean value.
WriteValueDate Write a Date value, excluding any Time portion.
WriteValueDateTime Write a Date Time value, without any Time Zone information.
WriteValueDateTimeUtc Write a Date Time value in UTC format.
WriteValueDecimal Write a Decimal value.
WriteValueDouble Write a Double value.
WriteValueInteger Write an Integer value.
WriteValueNull Write a Null value.
WriteValueString Write a String value.
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0