I have a string in java
String val = "{"column":[{"name":"id,"type":"int"},{"name":"empname","type":"string"}], "database":"test","table":"sample"}"
How do I retrieve only the column name My result must be a string containing the column names delimited by tabspace i.e
Expected Output
id empname