JASON
JSON parser
A fast and convenient JSON deserializer for Swift applications.
Fast JSON parsing for Swift
1k stars
23 watching
68 forks
Language: Swift
last commit: almost 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
michalmuskala/jason | A high-performance JSON parser and generator written in Elixir. | 1,624 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
kittymac/sextant | A JSONPath implementation for Swift | 50 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
amir-s/jute | A lightweight JSON parser written in C++ | 72 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
cesanta/frozen | A JSON parsing and generation tool for C/C++ with scanf-like interface. | 710 |
freshos/arrow | Simplifies JSON parsing and modeling in Swift by eliminating boilerplate code | 387 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |