json tag

194 questions


2 answers
39 views
0
I have a question for JSON parsing

Below is the URL to get the 1st batch list of the Bithumb candle chart https://api.bithumb.com/public/candlestick/ETH/1m{status:0000,data:[[1582464360000,321000,320900,321000,320900,11.7071],[],[]]}I ...

2 years ago

1 answers
86 views
0
Open a web page when you click [Cotlin] and insert a page address variable

I'm a beginner at Cotlin.I'm currently using gson in the Cotlin projectGetting the data from the DB server was successfulI checked that it appears as a text in the Recycler view.What I want to do is t...


1 answers
38 views
0
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) error.

import json, pprinta = json.load(list.json) when entered json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) error.How do we solve this?

2 years ago

3 answers
43 views
0
Get json from the web server and process it

I asked the server php for the value and got the value as json I want to put that list on the listI don't know how to get json. I don't know how to find it, so I'm asking for your help.http://ip/file ...

2 years ago

1 answers
51 views
0
Do I understand crawl?

Hello, I'm posting a question because I got stuck while crawling.If you press a query in the system that opens only when you log in, you want to crawl the Excel data that you see. Looking at the netwo...


1 answers
52 views
0
When you save JSON files in a data frame format in Python, you want to create them sorted by the values in a specific column

Hi, how are you?I downloaded the company's financial statements in Json format using the Open API of the electronic disclosure system DART.You can find more information about this API in the link belo...

2 years ago

1 answers
79 views
0
How can I output multiple lines of json in Python in the form of a data frame?

Types stored in json files # test.json{key_a1:value_a1, key_a2:value_a2, key_a2:value_a3}\n{key_a1:value_b1, key_a2:value_b2, key_a2:value_b3}\n{key_a1:value_c1, key_a2:value_c2, key_a2:value_c3}\n{ke...


1 answers
62 views
0
I'd like to convert hex format data received through web api from Pysun to json through code.

I'm a student studying blockchain and bitcoin.I got raw block data of bitcoin block through web api as below.url=https://blockchain.info/rawblock/00000000000000000002447735c7723ee9188322c0938e6587866a...


1 answers
92 views
0
This is a question about the Korean encoding problem in Python django json response

def vanalysis(request): device = Device.objects.all() locations_list = list() for d in device: try: location = d.dev_name.split(';')[2].split(' ')[0] except Exception as e: location = 'Data error'...


1 answers
35 views
0
Let me ask you a question about json

I found out yesterday that it was json.It's based on the object grammar format of JavaScript, right?But the book says json is a text-based data exchange format.When json is expressed, it is called tex...

2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.