Created
June 3, 2019 10:28
-
-
Save balrajOla/17fa1bf721f36dd39bc3c4df29012040 to your computer and use it in GitHub Desktop.
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
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