json tag

194 questions


5 answers
60 views
0
This is a question about writing on the Android bulletin board.

I found out on the web that you use Wizzie Wick editors to put them on when you write, but do you have Wizzie Wick editors on the other Wizziewick editors? I looked it up and it didn't seem to be ther...

2 years ago

3 answers
66 views
0
JSON Object Properties Assignment

For example, you want to store values on an object called db in the following structure:db = {level1: { 0901 : { 1210: { data : 3.0}}}};db = {}To save the above value when db['level1'][0901']['1210'][...

2 years ago

1 answers
79 views
0
This is a question related to date and time when implementing a bulletin board post.

SimpleDateFormat qqqq = new SimpleDateFormat(yyyy-MM-dd HH:mm:ss); SimpleDateFormat zxcv = new SimpleDateFormat(yyyy-MM-dd'T'HH:mm:ss.SSS'Z'); zxcv.setTimeZone(TimeZone.getTimeZone(UTC)); final Date z...

2 years ago

1 answers
122 views
0
How to read JSON files in Python

I made a code to read the entire Json file with PythonIt won't go back And I don't read the entire fileI want to use each of themWhat should I do?{ maps: [ { id: blabla, iscategorical: 0 }, { id...

2 years ago

1 answers
63 views
0
It's an Android Json question

I keep getting errors during Json parser, so I put it up like this!I keep seeing the null value 구글 j The site where json imports is imported through Google spreadsheethttps://script.google.com/macr...


1 answers
93 views
0
JSON encoding problem output from PHP

I am a high school student who is currently developing a KakaoTalk meal chatbot.NEIS creates a JSON file (meal.json) through a PHP file (test.php) that parses meal tables, and this file is another PHP...

2 years ago

1 answers
65 views
0
Recyclerview spinner? It's a question.

If you look at a lot of screens on an app or on the web, I want to implement a function that shows data in a list view or a recycling view, and when you click on them, the view is pushed down and a de...


1 answers
98 views
0
I'd like to parse the homepage in the form of json and post with Python.

I'd like to parse the course guide page on the school website with Python.The url of the source code is not the URL https://e-onestop.pusan.ac.kr/menu/class/C03/C03001?menuId=2000030301&rMenu=03, ...

2 years ago

2 answers
83 views
0
I have a question about json object communication.

Current server:in Apache php mariadb environmentIt creates a json object and implements the form that it receives from Android.Common examples show that the data in db is generated by php as a functio...

2 years ago

1 answers
108 views
0
I would like to parse JSON using Gson.

I want to parse JSON data expressed as a string. I'm using Google Gson.JSON data:jsonLine = { data: { translations: [ { translatedText: Hello world } ] }};Class you want to implement:public class Json...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.