Skip to content

Instantly share code, notes, and snippets.

@alcamla
Created December 10, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alcamla/707bb6e7dae20a5343e6c99a787afbde to your computer and use it in GitHub Desktop.
Save alcamla/707bb6e7dae20a5343e6c99a787afbde to your computer and use it in GitHub Desktop.
Pretty print JSON in swift
print(String(data: try! JSONSerialization.data(withJSONObject: dict, options: .prettyPrinted), encoding: .utf8)!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment