Himotoki
JSON decoder
A type-safe JSON decoding library written purely in Swift
A type-safe JSON decoding library purely written in Swift
796 stars
25 watching
47 forks
Language: Swift
last commit: about 5 years ago
Linked from 2 awesome lists
decodingjsonswift
Related projects:
Repository | Description | Stars |
---|---|---|
justinwoo/purescript-simple-json | A Purescript library for decoding JSON data into type-safe records | 134 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
johnlui/jsonneverdie | An auto-reflection tool from JSON to Model and a user-friendly JSON encoder/decoder for Swift development | 450 |
titanous/json5 | A JSON decoder package for the JSON5 data format | 53 |
owensd/json-swift | A JSON parsing library for Swift with a focus on type safety and easy access to JSON data | 721 |
anviking/decodable | A Swift framework for unmarshalling JSON data into Swift structs with error handling and strict type safety | 1,041 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
mlms13/bs-decode | A type-safe JSON decoding library with structured error handling for ReasonML and OCaml | 103 |
fangyidong/json-simple | A simple toolkit for encoding and decoding JSON text in Java | 747 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |