Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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:
Expand Down