Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / JsonDataSource Class / JsonDataSource Constructor
The json text.
In This Topic
    JsonDataSource Constructor
    In This Topic
    Construct a json datasource from the json text.
    Syntax
    public JsonDataSource( 
       System.string jsonText
    )

    Parameters

    jsonText
    The json text.
    See Also