# jquery-json **Repository Path**: mirrors_fis-components/jquery-json ## Basic Information - **Project Name**: jquery-json - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/Krinkle/jquery-json.svg?branch=master)](https://travis-ci.org/Krinkle/jquery-json) [![NPM version](https://badge.fury.io/js/jquery-json.svg)](http://badge.fury.io/js/jquery-json) # jQuery JSON JSON plugin for jQuery, provides simple ways to convert to JSON and back again. ## Usage ```js $.toJSON(myObject); $.toJSON({ foo: 'bar' }); ``` ## Development To create the minified build, run this command from the root directory of the repository: ```bash $ npm run build ``` ## Test Open up `./test/index.html` in your browser to run the test suite, or run it from the command line with Grunt: ``` $ npm install $ npm test ``` For it to pass in modern browsers, you have to enable the `disableNative` option from the QUnit toolbar. Also, before releasing. Make sure to test the minifed version as well, you can do so by enabling the `distmin` option in the QUnit toolbar. This will load the minified build from the `./dist/` directory instead of `./src/`. ## Versioning We use the Semantic Versioning guidelines as much as possible. Releases will be numbered in the following format: `..` For more information on SemVer, please visit http://semver.org/.