Swift macros for generating Codable implementations and reducing boilerplate
MetaCodable provides Swift 5.9+ macros that generate Codable implementations to remove repetitive serialization code. It exposes attribute-driven strategies and helper coders for custom decoding/encoding, suited for Swift libraries and apps that parse or emit JSON and keyed data.
0