JQuery JSON Plugin - Convert JSON to String and back again
Dependency :
compile ":jquery-json:2.2.2"
Summary
Description
Overview
This plugin simply supplies jQuery JSON resources, and depends on the jQuery plugin to include the core jquery libraries.Use this plugin in your own apps and plugins to avoid resource duplication and conflicts.Note for developers working with this plugin
This plugin just provides the resources and a tag to include them. It must not include tags to add new functionality or wrap jQuery JSON features.If you need a newer version of jQuery JSON than is currently available with this plugin you can update this plugin in grails SVN yourself. The original author has no desire to manage releases - provided you follow the clear conventions set out, all users of this plugin will be happy! Be my guest and release new versions as and when - just don't break anything for existing users. That means:IMPORTANT: Make sure the version number of the plugin and the jQuery JSON distribution is the same.
- Always include all jQuery JSON resources such as jquery.json-2.2.js and jquery.json-2.2.min.js.
- Don't add any functionality tags to this plugin
- Only update the jquery core library dependency when absolutely necessary, i.e. when jQuery JSON requires it.