Skip to content

Instantly share code, notes, and snippets.

@cnpdev
Forked from 3lvis/prettyprint.swift
Created November 5, 2019 16:13
Show Gist options
  • Save cnpdev/1e310518c1e97f53e284f12c736e23c3 to your computer and use it in GitHub Desktop.
Save cnpdev/1e310518c1e97f53e284f12c736e23c3 to your computer and use it in GitHub Desktop.
JSON Pretty Print Swift 5
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