lusnyaktah

Results 1 issues of lusnyaktah

I am trying to convert table data to JSON following way ``` StringWriter writer = new StringWriter(); tableData.write().usingOptions(JsonWriteOptions.builder(writer).asObjects(true).header(false).build()); ``` It returns the following result: ``` [ { "country":"Belgium", "province":"", "city":"",...