Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
JSONObject json = new JSONObject(input_row.jsonCol);
JSONArray jsonMainArr = json.getJSONArray("Att");
System.out.println(jsonMainArr.toString());
import org.json.simple.JSONArray;
{
"RawListDigest":" Test - 2001",
"Type":"Book",
"Title":"Book Test",
"Contributor":
{
"Authors":
,
"Editor":
},
"Topic":"Some topic",
"Attributes":
,
}
BookID|Type|Attribute - Collection (if AttributeKey == "A001")
15648|Book|TestCollection
15649|Book|Collection2
15650|Book|TestCollection
16697|Book|My Collection
Hi there. I don't know if you came right... but your could try:
import org.json.JSONArray;