rackson
JSON parser
A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition.
Deserializing JSON into Ruby objects
7 stars
2 watching
1 forks
Language: Ruby
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
intridea/multi_json | Provides a flexible and adaptive JSON parser for Ruby applications. | 758 |
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,480 |
maciejhirsz/json-rust | A JSON parsing and serialization library written in Rust. | 566 |
saka1/simdjson_ruby | A Ruby binding for simdjson, enabling fast and efficient JSON parsing in Ruby applications. | 140 |
rustadopt/jzon-rs | A JSON parsing and serialization library in Rust | 8 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
cheery/json-algorithm | Decodes JSON data into a Python object tree | 99 |
rom-rb/rom-json | Provides JSON serialization and deserialization support for Ruby objects using the Object Mapper pattern | 16 |
winebarrel/ruby-jq | Bindings to a popular JSON processing tool | 81 |
brettwooldridge/hikarijson | A high-performance JSON parsing library for Java 8 | 459 |
pdavies011010/gedcom-ruby | A Ruby library for parsing and processing GEDCOM files using callback-based hooks | 17 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
avsej/gson.rb | A Ruby wrapper for the Google Gson JSON serialization and deserialization library | 10 |
cloudwego/sonic-rs | A fast Rust JSON parsing and serialization library | 486 |