dewski / json_builder

Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. JSON Builder is here to help.
http://garrettbjerkhoel.com/json_builder/
MIT License
244 stars 52 forks source link

Feasibility of adding a json engine like yajl, oj with JSON Builder ? #39

Open boddhisattva opened 11 years ago

boddhisattva commented 11 years ago

@dewski Can you please tell me if json_builder uses ActiveSupport JSON or Multi JSON. In case it uses Multi JSON, is there a feasibility for me to specify a JSON Engine for json_builder ? The idea that I am trying to incorporate in my app is to parse the JSON faster, this way I can take an additional step towards reducing the overall time json_builder takes to generate the json response.

If there is something possible on these lines, can you please tell me how to go about it ? Thanks.