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 (
commit dd990ef4c7496e5caff66e129612ce63c926d164
tree 2caed22c00ef7d353df0e84b448eef38746c7606
parent 10eaf7d8e5093614f10fd020c15f838bb1af301a
tree 2caed22c00ef7d353df0e84b448eef38746c7606
parent 10eaf7d8e5093614f10fd020c15f838bb1af301a
eep0018 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 30 13:54:13 -0700 2009 | |
| |
.gitmodules | Thu Apr 30 12:52:51 -0700 2009 | |
| |
LICENSE | Wed Mar 04 02:21:07 -0800 2009 | |
| |
Makefile | Sun Feb 22 11:14:50 -0800 2009 | |
| |
README | Sat Dec 06 13:33:14 -0800 2008 | |
| |
ebin/ | ||
| |
priv/ | Thu Apr 02 13:08:04 -0700 2009 | |
| |
src/ | ||
| |
tests/ | ||
| |
yajl - 463f08c | Thu Apr 30 12:52:51 -0700 2009 |
README
This module strives to prepare an EEP0018 implemenation. It implements most of the functionality described there, with some additional features. YAJL ==== The parsing engine that drives behind that module is YAJL, see http://lloydforge.org/projects/yajl/. The source tree contains a copy of that library, currently at version 0.4.0. Differences to EEP 18 ======================= EEP 18's json_to_term function defines parsing of JSON objects. As CouchDB needs a JSON parser that is able to parse JSON values this implementation adds this functionality. Implemenation Status ==================== The current development is done on OS/X 10.5. Other OSes might need a tuned Makefile. Critical Discussion =================== For a critical discussion of JSON <-> Erlang interaction see here: http://fullof.bs/prototype-eep-18-considered-harmful-the-problems-with-erlang-to-json-term-translation#more-402 and http://sc.tri-bit.com/outgoing/scjson%20parser%20halp.html








