public class JsonUtility
Constructor Summary |
---|
Method Summary | ||
---|---|---|
static int[] | importData(java.lang.String json, Cells cells, int row, int column, JsonLayoutOptions option) | |
Import the json string.
|
public static int[] importData(java.lang.String json, Cells cells, int row, int column, JsonLayoutOptions option)
json
- The json string.cells
- The Cells.row
- The row index.column
- The column index.option
- The options of import json string.