python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trouble Decoding JSON Data with Swift
Trying to get a little practice in decoding JSON data, and I am having a problem. I know the URL is valid, but for some reason my decoder keeps throwing an error. Below is my model struct, the JSON ob...

Cory B. Cromer
Votes: 0
Answers: 1
Update responseJSON to responseDecodable in Swift
I'm new to Swift and I'm trying to upgrade some old Swift code. I'm getting the below warning:
'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)'...
thecoolmacdude
Votes: 0
Answers: 2
Swift floating point precision issue when decoding json value
When working with decimals encoding a value of e.g 68.32 does not result in the same value when decoding it afterwards.
I'm using the suggestion from https://forums.swift.org/t/decimal-has-no-rounded/...
ProtocolGuy
Votes: 0
Answers: 0
JSONDecodeError when data source changed to csv file
I'm new to Python so this may be a simple question. I'm modifying API code for Zillow so that I can list multiple cities at once. At first, the cities/states were directly inputted in the code (below)...
OML
Votes: 0
Answers: 0