#
3925e856 |
| 05-Apr-2011 |
Filipe David Borba Manana <fdmanana@apache.org> |
Added ejson application This is a NIF based JSON decoder/encoder based on Paul Davis' eep0018 implementation (https://github.com/davisp/eep0018/), with some modifications from Damien
Added ejson application This is a NIF based JSON decoder/encoder based on Paul Davis' eep0018 implementation (https://github.com/davisp/eep0018/), with some modifications from Damien (big number support and optimizations) on top, plus a few fixes from my side and BenoƮt on top of Damien's fork. This module fallbacks to mochijson2 when the NIF is not loaded or compiled. The NIF is only compiled and used if we're using an OTP release >= R13B04. Thanks everyone. Closes COUCHDB-1118. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1088941 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|