diff --git a/README.md b/README.md index 0f2ae41..85db0ad 100644 --- a/README.md +++ b/README.md @@ -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: