This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
thatcher (author)
Tue Dec 01 19:54:56 -0800 2009
commit 263eecc5e0fbbf5bb5933422895414cbd279acd8
tree b6c85dbbda6e233377d66b3108f711e4a475dd3c
parent c4ef38c359d3485371a7e585a6cc6bf2160fd348
tree b6c85dbbda6e233377d66b3108f711e4a475dd3c
parent c4ef38c359d3485371a7e585a6cc6bf2160fd348
| name | age | message | |
|---|---|---|---|
| |
.project | ||
| |
.tmp_examples.html.11655~ | ||
| |
README.textile | ||
| |
build.xml | ||
| |
dist/ | ||
| |
jquery.json.js | ||
| |
test/ |
README.textile
jquery-json – a jspath plugin
jquery-json is a jspath plugin that provides some json utilities based on results from
http://weblogs.asp.net/yuanjian/archive/2009/03/22/json-performance-comparison-of-eval-new-function-and-json.aspx
to make json evaluation as fast as possible for the given browser environment.
It also provides a thin wrapper around JSON.org/json2.js so you easily decide
when to treat the evaluation safely, as well as it’s serialization routines as well.
Check out these other jquery-jspath plugins
- http://github.com/thatcher/jquery-jspath
- http://github.com/thatcher/jquery-json
- http://github.com/thatcher/jquery-loremipsum
- http://github.com/thatcher/jquery-objtree
- http://github.com/thatcher/jquery-xslt
also please check out the spec for each plugin (test/test.html). special thanks to aaron quint for the
jqunit-spec plugin that all of these plugins use!








