Skip to content

Instantly share code, notes, and snippets.

@Boggartfly
Created December 10, 2018 00:58
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 Boggartfly/79553cc11f924d3614a036cfa19a54dc to your computer and use it in GitHub Desktop.
Save Boggartfly/79553cc11f924d3614a036cfa19a54dc to your computer and use it in GitHub Desktop.
JSON Encoding Swift
let encodedData = try jsonEncoder.encode(surveyFormResults)
let jsonRespresentation = String(data:encodedData,encoding:.utf8)
print(jsonRespresentation!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment