multi_json
JSON parser library
Provides a flexible and adaptive JSON parser for Ruby applications.
A generic swappable back-end for JSON handling.
754 stars
24 watching
129 forks
Language: Ruby
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
griffindy/rackson | A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition. | 7 |
saka1/simdjson_ruby | A Ruby binding for simdjson, enabling fast and efficient JSON parsing in Ruby applications. | 141 |
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,479 |
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 | 82 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,410 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,948 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
maciejhirsz/json-rust | A JSON parsing and serialization library written in Rust. | 569 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |