jquery-json

WebJar for jquery-json

License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery-json
Last Version

Last Version

2.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-json
WebJar for jquery-json
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Krinkle/jquery-json

Download jquery-json

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-json/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jquery-json</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-json/
implementation 'org.webjars.npm:jquery-json:2.6.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-json/
implementation ("org.webjars.npm:jquery-json:2.6.0")
'org.webjars.npm:jquery-json:jar:2.6.0'
<dependency org="org.webjars.npm" name="jquery-json" rev="2.6.0">
  <artifact name="jquery-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-json', version='2.6.0')
)
libraryDependencies += "org.webjars.npm" % "jquery-json" % "2.6.0"
[org.webjars.npm/jquery-json "2.6.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status npm

jQuery JSON

JSON plugin for jQuery, provides simple ways to convert to JSON and back again.

Usage

$.toJSON(myObject);
$.toJSON({ foo: 'bar' });

Development

To create the minified build, run this command from the root directory of the repository:

$ 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:

<major>.<minor>.<patch>

For more information on SemVer, please visit http://semver.org/.

Versions

Version
2.6.0