json tag

194 questions


1 answers
49 views
0
Understanding WPREST API Output

We are currently working on WordPress 4.7.5.In order to reduce the weight of the site, we are currently updating it to print article information using WP REST APIv2, but we are investigating the follo...

1 years ago

1 answers
49 views
0
Understanding Perth of JSON Data from API

I got the book information using Google API.{totalItems:int, items:[{kind:books#volume, volumeInfo: {title: hoge, authors: [name, publishedDate: 2014-06-20}]}I don't know how to extract the c...

1 years ago

1 answers
100 views
0
I want to reproduce the pending status when charging in-app.

Nice to meet you.Let me ask you a question about Android in-app billing.We are currently developing Android at Eclipse (Java). I'm thinking about how to deal with the situation when the payment is put...


1 answers
99 views
0
I want ajax to send POST to json file of location information and text

Currently, we are creating a web application function that sends data with location and text in Geolocation to json via ajax.I can't say that I'm confident in the communication part of the json data b...

1 years ago

1 answers
50 views
0
Difference between "json" and "simplejson" modules?

There are many projects to import simplejson modules instead of json modulesWhat's the difference between you two?Why do you import and use such different modules instead of standard library functions...

1 years ago

1 answers
77 views
0
Simple way to read json from a URL in Java

It might be a stupid question, but what's the simplest way to parse and read JSON from a URL in Java? Groovy only needs a few lines of code, but all the Java examples I found are ridiculously long cod...

1 years ago

1 answers
95 views
0
Please help me) I'm inquiring about how to call JSON on OrderedDict

Since json.dump can write OrderDict, I know that OrderDict can be used as JSON's input. What should I do if I want to write output?


1 answers
61 views
0
JSONP Security Point of View Questions Are You Safe?

I have a question about JSONP security, so I am asking the first question.Situation The above situation is the current development situation and I have two questions from a security perspective.Questi...

1 years ago

1 answers
57 views
0
I process JSON from Java to Jackson, but I want to check the data before conversion.

JSON was converted into an object using Jackson 2.7.3 version.Question 1. I want to check the JSON value before converting JSON into an object, how do I do it?Question 2. If number 1 is possible, NULL...

1 years ago

1 answers
94 views
0
Extended recyclerview method

I want to make the layout come out under the position every time I click each position in recyclerview and disappear when I click again, what should I do? Should I do it on click on the main page? I g...

« - 11 - »

© 2024 OneMinuteCode. All rights reserved.