yajl-ruby
JSON parser
A C-based JSON parsing and encoding library for Ruby
A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
1k stars
32 watching
169 forks
Language: C
last commit: 9 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
gabriel/yajl-objc | An Objective-C framework providing an interface to parse and generate JSON data | 669 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
winebarrel/ruby-jq | Bindings to a popular JSON processing tool | 81 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
griffindy/rackson | A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition. | 7 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
saka1/simdjson_ruby | A Ruby binding for simdjson, enabling fast and efficient JSON parsing in Ruby applications. | 140 |
yakaz/yamerl | An Erlang-based parser for human-friendly data serialization formats YAML and JSON | 205 |
intridea/multi_json | Provides a flexible and adaptive JSON parser for Ruby applications. | 758 |
whitequark/parser | A Ruby parser that recognizes and parses large code snippets with high accuracy. | 1,590 |
mbj/unparser | Converts Ruby Abstract Syntax Tree (AST) to semantically equivalent source code | 309 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
yujinakayama/astrolabe | An object-oriented Ruby AST extension for parsing and manipulating source code | 68 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |