Created
December 10, 2018 00:58
-
-
Save Boggartfly/79553cc11f924d3614a036cfa19a54dc to your computer and use it in GitHub Desktop.
JSON Encoding Swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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