json tag

194 questions


1 answers
74 views
0
I am using php (to use MySQL) on an external server for Ajax communication in Monaca. I want to use php to display the contents of the database.

I am using php (to use MySQL) on an external server for Ajax communication in Monaca.I would like to use php to display the contents of the database.I have done Ajax communication and received it via ...

1 years ago

1 answers
54 views
0
How to take out the value of the hash obtained by the controller of reails in view and display it

The DB contains data such as {params:{name:apple, color:red}.Regarding this, I would like to know how to get hash values such as apple and red on the views of rails.Since the data is probably in json ...


1 answers
73 views
0
I want Ruby to load JSON in Array from a file

I would like to include the following data in the json file in Ruby as Hash in Array.When I read it in JSON.load, it reads as nilClass, and when I read it in read, it becomes String, so I'm having tro...

1 years ago

1 answers
59 views
0
I wrote the code for API using json, but an error occurred.

I can't find the wrong part myself, but somehow I get an error.Please let me know who you are.By the way, this is using the API of the game Crash Royale.Clash Royale APIThe error codes are as follows:...

1 years ago

1 answers
78 views
0
I don't know the type to call json in Swift.

swift4xcode 9.4.1I don't know the type when declaring the type of json in the swift.In the case of this json, what type should I write?The json is as follows:{ calendar: { month: { jp: { 1—January...

1 years ago

1 answers
45 views
0
Stopped at NSJSONSERIALIZATION

The URL listed in the source below stops at NSJSONSERIALIZATION.JSONObjectWithData every time.I don't know the cause at all.Other JSON URLs work fine.What should I do?let url=NSURL(string: http://api....

1 years ago

1 answers
65 views
0
I want to reflect the JSON data that I got from the API created by Django in the actual TableView.

The URL where the following json data is returned is http://127.0.0.1:8000/api/v1/I got the response correctly on the simulator, but when I tried it on the actual machine, I couldn't get it. What shou...

1 years ago

2 answers
101 views
0
I want to specify a serial number in the JSON element of the shell script.

Current stateWe are currently working on correcting JSON and adding a new Val element (Key: Value) from the existing JSON.Current Code{ total: [ { name: sasuke, category: animal, URL: https://0000/...

1 years ago

1 answers
59 views
0
I want to load data from a Json file nested in Spark DataFrame

I am using pyspark.With Spark 2.1 and later, you can import the Json file after you define the schema.Example 1 test01.json{ _id: 2d3erf5, testNo: 0001, Date: 2017-09-01 00:00:00.00000}test01.py from ...

1 years ago

3 answers
62 views
0
I want to handle JSON::ParserError

I'm creating a website with rails.Among them is the process of parsing JSON.I'm saying this very well, but if you intentionally give me a strange character, I get JSON::ParserError and I get an error ...

1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.