'Declaration
Public Enum JsonRoundTrip Inherits System.Enum
public enum JsonRoundTrip : System.Enum
'Declaration
Public Enum JsonRoundTrip Inherits System.Enum
public enum JsonRoundTrip : System.Enum
Member | Value | Description |
---|---|---|
Basic | 1 | Basic - JSON contains additional data for Attribute and Element Text support and is suitable for a simple data model. Attributes are prefixed with '@' and Element Text is named '#text'. |
Full | 2 | Full - JSON contains additional data for Attribute, Element Text, Namespace and Type support and is suitable for more complex data models. Attributes are prefixed with '@' and Element Text is named '#text'. Namespace prefix are written on each node. |
None | 0 | None - JSON contains no additional data. The JSON document is unlikely to be readable into the Liquid XML Objects model. |
System.Object
System.ValueType
System.Enum
LiquidTechnologies.XmlObjects.JsonRoundTrip
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.