python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to exclude a integer that is a string in a json using isinstance python
I have a json that has all values of strings. I have a decoder that takes all the strings and decodes them into the integers, but there is one value that is showing as "01" that I would like...
Alphanum3ric
Votes: 0
Answers: 1
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 on JSONDecoder.decode
I can see the exc bad excess on crashylitics , following is the code base . Is there anything wrong I am doing ? Crash is occurring on following line
guard let data = userData, let userDetails = try?...
shubham jain
Votes: 0
Answers: 1
JSON isinstance decoder is only decoding the strings to numbers, but not dates
I have a JSON file that has dates and integers in them. All of them are showing as strings. I used a JSON decoder to get the strings parsed into integers, but I am having issues getting the date strin...
Alphanum3ric
Votes: 0
Answers: 0
JSONDecoder Parsing Data but returning nil
I am making a simple get request that is returning nil. I have made other get requests to the same API with success, so I don't know if my struct is wrong.
API Response:
{
"response": {
...
coffeMug
Votes: 0
Answers: 1