LoadFromJsonFile
DataSet.LoadFromJsonFile method
Import dataset from .json file by path Suiatable for big and small datasets
public static DataSet LoadFromJsonFile(string filePath, Encoding encoding = null)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | path to .json file |
| encoding | Encoding | file encoding |
Return Value
Instance of DataSet with the content of the provided file
Exceptions
| exception | condition |
|---|---|
| FileNotFoundException | When file not found |
See Also
- class DataSet
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR