json tag

194 questions


2 answers
59 views
0
Parse CSV file to json with Python, parse json to csv

Hello, I'm a total beginner in programming.I'm going to use Python Parsing json to csvParsing the csv (is that the term?) Is it encoding?I received a task to make it into a json fileOur current level ...

1 years ago

1 answers
39 views
0
I have difficulty indexing json in Python. I think it's a preliminary question

When I asked around, I heard that you need to put json instead of string to index even if it's not an integer.Is the variable match not json? ㅠ

1 years ago

1 answers
71 views
0
This is a question when you get an image from url using picasso.

I am currently using recyclerview and receiving images from url using picaso.Json parsing is also in use.At first, I receive 30 pieces of data and spray them on recyclerview, and when the scroll touch...


2 answers
128 views
0
When sending json data to ajax...

When sending json data to ajax, I'm sending you the data in the form below.It's for dividing data by each key and list in Java. How should I receive it? I'd appreciate your help.[{QNo:1,qType:1,qText:...

1 years ago

3 answers
95 views
0
I'd like to know how to handle 1 unmarshalling in Jackson 2.6.6 version!

com.fasterxml.jackson.databind.JsonMappingException: Can not install value of type [map type; class java.util.HashMap, [simple type, class java.lang.Object] -> [simple type, class java.lang.Object]...

1 years ago

1 answers
94 views
0
This is a question about how to hand over the position value when clicked in recyclerview.

When you click one view in the Recycler view, you take one value of the array containing the data in the clicked view and (AsyncTask) asynchronous communication. At this time, the value to post to jso...


1 answers
98 views
0
How to request JSON object transfer on Android

I would like to send the following JSON text {Email:[email protected]:123456} to the web service and read the response. I know how to read JSON. The problem is that the above JSON object must be se...


2 answers
37 views
0
Parsing json with python...

There's a lot of data like this.20110312000116101|{place:{country_code:US,url:http:\/\/api.twitter.com\/1\/geo\/id\/5c62ffb0f0f3479d.json,bounding_box:{type:Polygon,coordinates:[[[-112.323663,33.29026...

1 years ago

2 answers
113 views
0
Is it possible to put the recycling view inside the recycling view?

I'm implementing the bulletin board, but the comments are listed as a recycler view. By the way, if I click View the comments in the view comment, I want to make 3 replies and 10 replies pop up, so ca...


1 answers
109 views
0
Classify as json parsing array - if there are certain characters in the array, classify as arrays that exist!!!!!

The application is being made with swift now.I'm having a hard time parsing the json file!{[1, A, Ghana, 12345, abcd], [2, A, Dara, 156489, abed], [3, B, Maba, 189651, wqin], [4, C, SAA, 189651, apeo]...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.