json tag

194 questions


1 answers
68 views
0
How do I parse JSON data in Java?

For the following JSON text, I would like to parse data for pageName, pagePic, post_id.What should I do?{ pageInfo: { pageName: abc, pagePic: http://example.com/content.jpg } posts: [ { post_id: ...

2 years ago

2 answers
94 views
0
recyclerview adpater onclick

There are two layouts in the Recycler view, one of which is Visibility.Gone and click on the layout shown, and the layout that is Gone is Visibility.I'm trying to make it visible. When I click the lay...


1 answers
37 views
0
How to transfer JSON data to a file with Python

You want to write the variable data that stores JSON data in a text file.I wrote it down like a normal file, and there's an error, so why is that?obj = open('data.txt', 'wb')obj.write(data)obj.closeTy...

2 years ago

2 answers
50 views
0
json format file parsing question

I'd like to extract some value values from the json file below I squeezed out the source that approaches the value value as shown below. There is a key value error as shown below. What is wrong?

2 years ago

1 answers
36 views
0
I want to pass the contents that already exist when I save it as json

I want to prevent it from being stored in duplicate when I save the value from crawling in jsonYo The crawler keeps stopping and running again and again and again When the crawler stops and starts aga...

2 years ago

1 answers
141 views
0
I have a question about Python json and urlib parsing. (Use League of Legends api)

import urllib.requestimport jsondef get_encryptedID(input_name): apikey = The value of the api key. encode_name = input_name.replace( , %20) urls = 'https://kr.api.riotgames.com/lol/summoner/v4/summon...

2 years ago

1 answers
74 views
0
Can I get several images when I receive a request from Delphi to json multipart?

MultiPartFormDataDecode(context.InContentType, context.InContent, arrMulti); for I := 0 to High(arrMulti) do begin if arrMulti[I].Name = 'No' then begin s_no := arrMulti[I].Content; end; if arrMulti[I...

2 years ago

1 answers
32 views
0
Hello. I also want to be a competent developer. Please let me know more techniques to experience.

Hi, everyone.It's been almost two years since I first came to Android.Now, I'm at the level of making a simple chat app using retrofit and GSON.Image communication and encryption were simplified with ...

2 years ago

3 answers
110 views
0
Question of passing values from the main of the viewfager to the fragment.

The main is currently using the View Pager tab layout toolbar. When you click Search here, you perform the SearchAsyncTask. Then, you want to get a long value from SearchAsyncTask's onPostExecute and ...


1 answers
90 views
0
(java) Questions about API and JSON parsing.

{ success: true, message: null, code: null, elapsed: 0.1291, data: { CSPA:BTC: { cspa: 8012.00601685, cspa_change_24h: -467.52638691, cspa_change_24h_pct: -5.51, volume_btc_24h: 634847.37, volum...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.