Method ReadJson
ReadJson(string)
Reads a JSON file and converts each entry to FormaDataRow
Declaration
public static List<FormaDataRow> ReadJson(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path. |
Returns
Type | Description |
---|---|
List<FormaDataRow> | List<FormaDataRow>. |