/json-coder-layer

Generic JSON Parsing in Dart

Primary LanguageDart

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).