> On 02 Jul 2015, at 12:19, Hermann Norpois <[email protected]> wrote: > > Hello, > > how does couchdb parse the json-documents? Which tool is used? Is it a > known library or is it a couchdb built in function?
We use https://github.com/apache/couchdb-jiffy a C-implementation of a JSON parser. Although there is now a discussion to move back to mochijson2, which is native Erlang: https://issues.apache.org/jira/browse/COUCHDB-2732 Best Jan -- > Thanks > Hermann -- Professional Support for Apache CouchDB: http://www.neighbourhood.ie/couchdb-support/
