Description
JSON streams can be parsed and generated efficiently from Ruby applications through C bindings to the Yajl parser. This is useful for services and tools that process large JSON data without loading everything at once.
It is a JSON parsing library. Applications using it should still validate schemas, sizes, and trust boundaries because fast parsing does not make input safe by itself.