Jsonify Rails

screenshot of Jsonify Rails

Jsonify-Rails Template Integration

Overview:

Jsonify-Rails is a tool that allows Rails developers to create view templates using Jsonify. It provides a Rails 3 template handler that handles templates with a .jsonify extension. The tool exposes a Jsonify::Builder instance to the template, allowing for the creation of JSON objects or arrays.

Features:

  • Rails 3 template handler for creating view templates using Jsonify
  • Exposes a Jsonify::Builder instance to the template
  • Allows for the creation of JSON objects or arrays
  • Supports partials from Jsonify views
  • Can incorporate output from non-Jsonify templates

Summary:

Jsonify-Rails is a useful tool for Rails developers who want to create view templates using Jsonify. It provides a template handler and exposes a Jsonify::Builder instance to the template, allowing for the creation of JSON objects or arrays. The tool also supports the use of partials from Jsonify views and can incorporate output from non-Jsonify templates. Overall, Jsonify-Rails simplifies the process of generating JSON output in Rails applications.