110111112113114115116117118119120
endObject(); } json.endArray(); json.key( "rows" ).array(); for( Row rowValue : tableValue.rows().get() ) { json.object(); json.key( "c" ).array(); int idx = 0; for( Cell cellValue : rowValue.c().get() )