Hi
Currently cell is working for Json data using the below code
string JsonInput = File.ReadAllText(“Data.Json”);
JsonLayoutOptions options = new JsonLayoutOptions();
options.ArrayAsTable = true;
JsonUtility.ImportD…...static text in row 1 followed by json data for table from 2nd row...Currently cell is working for JSON data using the below code string...