iOS Swift - Networking
You need to send a POST request with nested JSON data in Swift. Which approach correctly creates the JSON body for this dictionary?
let data = ["user": ["name": "Alice", "age": 30]]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions