Decodable
JSON decoder
A Swift framework for unmarshalling JSON data into Swift structs with error handling and strict type safety
[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
1k stars
18 watching
73 forks
Language: Swift
last commit: about 1 year ago
Linked from 1 awesome list
jsonswift
Related projects:
Repository | Description | Stars |
---|---|---|
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
owensd/json-swift | A JSON parsing library for Swift with a focus on type safety and easy access to JSON data | 721 |
johnlui/jsonneverdie | An auto-reflection tool from JSON to Model and a user-friendly JSON encoder/decoder for Swift development | 450 |
ikesyo/himotoki | A type-safe JSON decoding library written purely in Swift | 796 |
delba/jason | A fast and convenient JSON deserializer for Swift applications. | 1,013 |
freshos/arrow | Simplifies JSON parsing and modeling in Swift by eliminating boilerplate code | 387 |
nojaf/jason-to-thoth | A tool to convert JSON data into F# records with a custom Thoth decode function | 4 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
kakaopensource/kakajson | A Swift library providing fast conversion between JSON and model data structures. | 1,172 |
sayanarijit/jf | A utility to safely format and print JSON objects in the commandline. | 29 |
utahiosmac/marshal | A Swift library for safely and expressively working with typeless data structures like JSON and plists | 697 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 747 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
justinwoo/purescript-simple-json | A Purescript library for decoding JSON data into type-safe records | 134 |