JsonUtility.ImportData

JsonUtility.ImportData method

Import the json string.

public static int[] ImportData(string json, Cells cells, int row, int column, 
    JsonLayoutOptions option)
ParameterTypeDescription
jsonStringThe json string.
cellsCellsThe Cells.
rowInt32The row index.
columnInt32The column index.
optionJsonLayoutOptionsThe options of import json string.

See Also