Top "Jsonobject" questions

JSON (JavaScript Object Notation) is a serializable data interchange format intended to be machine and human readable.

convert ArrayList<MyCustomClass> to JSONArray

I have an ArrayList that I use within an ArrayAdapter for a ListView. I need to take the items in …

android json arraylist arrays jsonobject
React.js creating a table with a dynamic amount of rows with an editable column

I am trying to create a react.js table that syncs with a leaflet map. I have this data and …

javascript reactjs html-table jsonobject dynamic-tables
Volley JsonObjectRequest Post parameters no longer work

I am trying to send POST parameters in a Volley JsonObjectRequest. Initially, it was working for me by following what …

android post android-volley jsonobject
How to write a JSONObject to a file, which has JSONArray inside it, in Java?

I have JSON file, that I need to read, edit and write out again. Reading works fine, I struggle with …

java json jsonobject json-simple
Can not deserialize instance of Object out of START_ARRAY token

I have two object one is Dashboard and second is Room i have a json which is look like this { "…

java json jackson jsonobject object-object-mapping
Fragment crashes with Parcel: unable to marshal value error when onPause method is called

I have been developing android apps for a while now but only recently gotten into Fragments and hence I run …

android android-fragments serializable jsonobject
How do i send JsonObject with nested values as Post request in REST assured

I am using rest assured -https://code.google.com/p/rest-assured/wiki/Usage My JsonObject looks like this { "id": "12", "employeeInfo": …

http-post jsonobject rest-assured
How to extract values from JSONObject in android

1.I am having json object like this how can i get the access to all values in android 2.before anyone …

android json arrays jsonobject android-json
Volley exception error when response code 304 and 200

Playing around with the Volley library, I noticed that when making a POST JsonObjectRequest , if the server returns a code 304 …

android request android-volley jsonobject http-status-code-304