Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / SerializationContext / JsonContext / JsonContext
In This Topic
    JsonContext
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects

    JsonContext JsonContext

    JsonContext Structure

    The JsonContext structure controls the way in which JSON is serialized and de-serialized. It allows aspects of the data to be controlled.
    Base Classes: None
      Members Description  
        AllowComments Allows single and multiline comments when serializing JSON data. Default = true.  
        AllowFloatingPointNaN Allows floating point NaN, INF and -INF values when serializing JSON data. Default = true.  
        SupportRoundtrip The mode used when serializing JSON data. Default = Full.  
        RootElementName Optional name used as a root element in serializing JSON data.