json tag

194 questions


1 answers
109 views
0
I want to put a marker on the NAVER API map with latitude hardness parsed by Json. (STRING TO DOBLE)

I'm trying to take a marker using Naver API map, but the value of the marker is double type, so it can'tdouble LNG = Double.parseDouble(longitude.toString()); I tried to change it to Double and put it...

1 years ago

1 answers
93 views
0
json, string object conversion related (express, ejs template)

Node.js + express is under development.The data type I want to use in javascript is var word_array = [ {text: Lo, age: 15}, {text: Ip, age: 9}, {text: Do, age: 6}, {text: Si, age: 7}, {text: Am, age: ...

1 years ago

1 answers
109 views
0
GetText() error related questions.

private class HttpAsyncTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(String... urls) { person = new Person(); person.setName(etName.getText().toStrin...


1 answers
34 views
0
I ask how to calculate the json data provided by api in python after processing.

I'd like to make a trading bot.We use JSON data to get the average priceI'd like to calculate the margin of error of the price.I'm still studying. More than anything else,First of all, the part where ...

1 years ago

1 answers
87 views
0
Recyclerview update question if button is pressed again.

When you click button, asyncask.execute() shows the parsing of json from url in recyclerview.There are a total of 5 buttons and one recyclerview for each button. There is no problem with just pressing...

1 years ago

1 answers
46 views
0
Python json Specific Value Extraction

{ test: [ { customer: test1, type: [ windows ], contact: [{ name: a, email: @gmail.com, phone: null , remarks: null }] }, { customer: test2, type: [ android ], contact: [{ na...

1 years ago

1 answers
89 views
0
[Android] Anyone who used Yahoo! Weather API?

JSON parsing. You're working so hard. We have implemented the simple present weather as above. It's written in English because it's a foreign service, so can you change the language to Korean?When I p...


1 answers
76 views
0
After changing the key name in the Json Array, it should be combined with other Json Arrays.

To draw a multi-line arm chart A total of four types of JsonArray must be combined. In addition, the key names of the four JsonArray are duplicated, so xx1, xx2, and... and so on It is not easy becaus...



2 answers
123 views
0
I want to read the json file on drive C with Python!!!!

I'm trying to get json file to python and use pandasI couldn't load the json filewith open('C:\BicData\dd.json') as k: data = json.load(k)

« - 15 - »

© 2024 OneMinuteCode. All rights reserved.