CodableView
Library of Swiftui Views conforming to Codable, meaning we can produce JSON driven UI!
Adding a CodableView Type
- Create View that conforms to Codable in the CodableViews folder
- Add new case for the view in the
CodableView
enum - Add case to the decode and encode functions
- Create JSON file for testing the new CodableView
- Add to MockJSON