JSON Parsers
JSON parsers convert data serialized in the popular JSON data exchange format to and from Ruby objects
19.32
This is a JSON implementation as a Ruby extension in C.
2021
2022
2023
2024
2025
2026
16.6
A common interface to multiple JSON libraries, including fast_jsonparser, Oj, Yajl, the JSON gem (with C-extensions), gson, JrJackson, and OkJson.
2021
2022
2023
2024
2025
2026
5.97
Really simple JSON and XML parsing, ripped from Merb and Rails.
2021
2022
2023
2024
2025
2026
5.21
The fastest JSON parser and object serializer.
2021
2022
2023
2024
2025
2026
2.09
Ruby C bindings to the excellent Yajl JSON stream-based parser library.
2021
2022
2023
2024
2025
2026
1.59
This is a JSON implementation in pure Ruby.
2021
2022
2023
2024
2025
2026
0.04
simdjson gem is a binding to use simdjson, which is a Lemire's fast JSON parser.
2021
2022
2023
2024
2025
2026
0.01
A JSON implementation as a JRuby extension. You may now use the json gem directly.
2021
2022
2023
2024
2025
2026
0.0
A streaming JSON parser (generates SAX-like events) and "JSON Path" like implementation to parse small amount of data in a large JSON file.
2021
2022
2023
2024
2025
2026