Rsonal - minimal fast JSON writer Rsonal is a very minimalistic, straight-forward JSON writer. It is designed to receive an arbirary ruby object and will attempt to turn it into JSON. There is, right now, no JSON parsing support, this library is write only. The generated JSON is compilant to the JSON specification on json.org. The generated json string does not support any form of pretty printing and the code is optimised more for speed then for readability. There are no external dependencies besides the ruby library. Tested with ruby 2.1.2.
Project
rsonal
rsonal is a simple and efficient JSON writer for Ruby. It is designed
to allow passing of a ruby object to it's only function, 'json_write'
which will return specification conforming JSON with as much speed
as possible.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Pull Requests
Development
Dependencies
Development
~> 0
Project Readme