Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

json

  1. R

    How to extract nested list data from a GeoJSON file in each key into dataframe

    I have a GeoJSON file with multiple keys. I want to extract the name and coordinates. I can access each of the elements, but I do not know how to loop over them to add them into a dataframe or another appropriate format maybe like dict. I want the name with the corresponding coordinates...
  2. L

    How to parse this JSON and append in Array using Alamofire

    This is my JSON Response- { "status": true, "message": "Sub category lists", "category": \[ { "cat_sr": "1", "cat_id": "C329847", "cat_name": "Grocery", "cat_image": "uploads/category/C329847/Grocery store.jpg"...
  3. T

    Parsing excel file to json with python 3.x

    How to parse excel file ( provided below ) into exact json format ( provided below ) via python 3.X ? and data should be converted exactly to this json format
  4. S

    JSON parse error: Cannot deserialize value of type `byte[]` from String

    I am developing an Android App with a Java Backend using Spring Data JPA. One of my classes represents a profile image and contains the following field: @Lob @Column(name = "image") private byte[] image; When i invoke the Rest API that saves the above class the JSON request looks like...
Top