Generic JSON parsing in Dart JSONDecoder and JSONEncoder parse JSON The data class must be Decodable if you want to decode. The data class must be Encodable if you want to encode. The data class can be both(Codable).