Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created April 27, 2018 02:31
Show Gist options
  • Save azamsharp/7c8287adcc14c138220e05c0a029e829 to your computer and use it in GitHub Desktop.
Save azamsharp/7c8287adcc14c138220e05c0a029e829 to your computer and use it in GitHub Desktop.
let dictionary = try! JSONDecoder().decode([String:AnyDecodable].self, from: json)
dictionary["foo"]?.value // prints hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment