I have Create a servlet which is returning JSON data like this: [{"jcr:primaryType":"nt:unstructured","value":"option1","text":"option1"},{"jcr:primaryType":"nt:unstructured","value":"option12","text":"option12"},{"jcr:primaryType":"nt:unstructured","value":"option123","text":"option123"}]I want to ...