json-swift
JSON parser
A JSON parsing library for Swift with a focus on type safety and easy access to JSON data
A basic library for working with JSON in Swift.
721 stars
21 watching
70 forks
Language: Swift
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
freshos/arrow | Simplifies JSON parsing and modeling in Swift by eliminating boilerplate code | 387 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
onox/json-ada | An Ada library for parsing JSON data | 39 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
johnlui/jsonneverdie | An auto-reflection tool from JSON to Model and a user-friendly JSON encoder/decoder for Swift development | 450 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
anviking/decodable | A Swift framework for unmarshalling JSON data into Swift structs with error handling and strict type safety | 1,041 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
arkanovicz/essential-json | A lightweight Java JSON library providing minimalistic parsing and rendering capabilities | 5 |
ikesyo/himotoki | A type-safe JSON decoding library written purely in Swift | 796 |
jsonld-java/jsonld-java | A Java library implementing the JSON-LD 1.0 specification and API | 379 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |