This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
Property | Description | |||
Property Name | SupportRoundtrip | |||
Property Type | JsonRoundTrip | |||
Accessors | Read/Write | |||
Description | The mode used when serializing JSON data. Default = Full. | |||
Remarks | enum JsonRoundTrip { None, Basic, Full }; None - JSON contains no additional data Basic - JSON contains additional data for Attribute and Element Text support Full - JSON contains additional data for Attribute, Element Text, Namespace and Type support |