json tag

194 questions


1 answers
88 views
0
The best way to insert jsonArray elements into the book in ActiveAndroid with a for statement

ActiveAndroid is bothering me because I don't know how to insert data.book.title=Book; book.save(); I understand that it will be inserted as above, but I'm thinking about how to insert data into the m...

1 years ago

1 answers
79 views
0
Press buttons divided by category → List by category in table view (transition to section of category corresponding to pressed button)

This is my first question.We are developing an application to introduce a store in a certain area. There are nine buttons on the top page, separated by each category.For example, if you press a button...

1 years ago

1 answers
64 views
0
Methods and tools for writing JSON data specifications

When writing JSON data specifications, what format and tools do you usually use to write specifications?If possible, I would appreciate it if you could tell me some tools that can automatically genera...

1 years ago

1 answers
52 views
0
Description of setting a one-dimensional array in json

I am currently studying Python and am writing a program using the API.However, I would like to use a one-dimensional array for the values to be set in JSON, but it does not work.How should I describe ...

1 years ago

2 answers
95 views
0
About displaying Json data in Jackson on Android Studio

public class MainActivity extensions AppCompatActivity{ @ Override protected void onCreate (Bundle savedInstanceState) { ObjectMapper mapper = new ObjectMapper(); try{ JackSon response=mapper.readV...


1 answers
83 views
0
Understanding How to Return a Hash Format Response in an Array from an Aggregation Function

I'd like to submit JSON's response as follows, but it's clogged up.Could you give me some advice?Currently [[book, 10], [pen, 100]]Goals [ { category:book amount —10 }, { category:pen amount: 100 }]Cu...

1 years ago

1 answers
88 views
0
About Swift Image Processing

We are trying to implement the ability to display hexadecimal image data sent from the server side in Swift.However, I don't know how to process the hexadecimal image data and display it as an image.N...

1 years ago

2 answers
91 views
0
What to do if JSON is null in jQuery.ajax

I only want to display null when loading the json file, but I can't do it well.Here's the code.time.json{ fromTokyo: {air: 1 hour 30 min, train: null, bus: null}, fromOsaka: {air: 1 hour 45 min, train...

1 years ago

1 answers
77 views
0
I want the JSON file to correspond to the model one-on-one.

For example, when the Reservation model is created, I would like to create a corresponding JSON file.I think I should add the json column to the Reservation model and store the path to the json file, ...

1 years ago

1 answers
71 views
0
I want to change the javascript time display.

I am currently writing the code with react.I am displaying the data in json format that I received from axios.I'd like to display this image until 2020-03-18, but I don't know how to display it becaus...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.