JsonDataSource
Leave feedback
On this page
Creates a new data source with data from a JSON file using default options for parsing JSON data.
public JsonDataSource(string jsonPath)
| Parameter | Type | Description |
|---|---|---|
| jsonPath | String | The path to the JSON file to be used as the data source. |
- class JsonDataSource
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Creates a new data source with data from a JSON file using the specified options for parsing JSON data.
public JsonDataSource(string jsonPath, JsonDataLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| jsonPath | String | The path to the JSON file to be used as the data source. |
| options | JsonDataLoadOptions | Options for parsing JSON data. |
- class JsonDataLoadOptions
- class JsonDataSource
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Creates a new data source with data from a JSON stream using default options for parsing JSON data.
public JsonDataSource(Stream jsonStream)
| Parameter | Type | Description |
|---|---|---|
| jsonStream | Stream | The stream of JSON data to be used as the data source. |
- class JsonDataSource
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Creates a new data source with data from a JSON stream using the specified options for parsing JSON data.
public JsonDataSource(Stream jsonStream, JsonDataLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| jsonStream | Stream | The stream of JSON data to be used as the data source. |
| options | JsonDataLoadOptions | Options for parsing JSON data. |
- class JsonDataLoadOptions
- class JsonDataSource
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.