Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlObjectBase / Liquid JSON Runtime for .Net - FromJson - JsonObjectInterface
In This Topic
    Liquid JSON Runtime for .Net - FromJson - JsonObjectInterface
    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
    void FromJson( String xmlIn );
      Property Description  
        Method Name FromJson  
        Argument - xmlIn A string containing the JSON to be loaded into the object  
        Description Reads JSON from a string into the current object  
        Remarks This method will only load JSON that complies with the XSD schema.
    It will raise an exception if the JSON is invalid.
    Any state within the object will be overwritten