python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Swift 5 : Create JSON with Codable / Struct from my variables
I would like to create a Codable structure to save data from a user profile
Let's say the ios user filled a form with his name, last name,adress, put his picture (UIImage)) and that user have an uniqu...
Victor
Votes: 0
Answers: 3
How to decode this .json to swift model as this json does not have keys?
{
"prices": [
[
1649057685537,
46171.36635962779
],
[
1649057980881,
46145.23327887388
],
[
1649058304446,
46182.34647884338
]
...
v.kumar
Votes: 0
Answers: 3
How do I parse an online JSON Dictionary source in Swift?
I am trying to access and parse a JSON api that is a dictionary and does not have a structure that I am accustomed to creating a data model for in Swift.
The API: https://www.themealdb.com/api/json/v1...
forrest
Votes: 0
Answers: 1