LiquidTechnologies.XmlObjects Namespace / JsonRoundTrip Enumeration

In This Topic
    JsonRoundTrip Enumeration
    In This Topic
    The mode used when serializing JSON data to enable the JSON document to be read back into the Liquid XML Objects model.
    Syntax
    'Declaration
     
    
    Public Enum JsonRoundTrip 
       Inherits System.Enum
    public enum JsonRoundTrip : System.Enum 
    Members
    MemberValueDescription
    Basic1Basic - 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'.
    Full2Full - 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.
    None0None - JSON contains no additional data. The JSON document is unlikely to be readable into the Liquid XML Objects model.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.JsonRoundTrip

    Requirements

    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.

    See Also