Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Created November 4, 2017 17:36
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 pgpt10/eae13413e4d82c6526abd3024763edba to your computer and use it in GitHub Desktop.
Save pgpt10/eae13413e4d82c6526abd3024763edba to your computer and use it in GitHub Desktop.
let photoObject = Photo(title: "Hibiscus", url: URL(string: "https://www.flowers.com/hibiscus")!, isSample: false, metaData: ["color" : "red"], type: .flower, size: Size(width: 200, height: 200))
let encodedData = try? JSONEncoder().encode(photoObject)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment