Jairaj
JSONArray
1 Answer(s)      2 years and 5 months ago
Posted in : Java Interview Questions

Why we use JSONArray?

View Answers

January 8, 2011 at 2:45 PM


Hi Friend,

Please visit the following link:

http://www.roseindia.net/tutorials/json/jsonarray-java-example.shtml

Thanks









Related Pages:
JSONArray
JSONArray  Why we use JSONArray
"JSONArray" example in Java
to use JSONArray in Java. JSONArray is a sequential and ordered way of collection values.It may consists of Boolean, JSONArray, JSONObject, Number and String.... In this example we are going to use JSONArray for creating an object
How can I initialize the JSONArray and JSON object with data?
How can I initialize the JSONArray and JSON object with data?  How can I initialize the JSONArray and JSONObject with data
JSON Tutorials
; JSONArray example in Java In this part of JSON tutorial you will study how to use JSONArray in Java. JSONArray is a sequential and ordered way of collection values. It may consists of Boolean, JSONArray, JSONObject, Number
JSON-JSP example
created  an object of JSONArray and then we have added elements into this array... have used getString(index int) method of JSONArray. It returns string value...;  <%   JSONArray arrayObj=new JSONArray();  
JSON and Servlet example
we have created  an object of JSONArray and then we have added elements...;arrayObj=new JSONArray();  arrayObj.add("MCA");  
converting Json data into rows of DTO in java
methods like JSONObject, JSONArray, JSONTokener etc to get the required solution