Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save balrajOla/17fa1bf721f36dd39bc3c4df29012040 to your computer and use it in GitHub Desktop.
Save balrajOla/17fa1bf721f36dd39bc3c4df29012040 to your computer and use it in GitHub Desktop.
struct Content: Decodable {
var body: [Body]
}
struct Body: Decodable {
var type: String
var content: ???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment