Couchdb4j
An updated java library for interacting with the newer JSON-based CouchDB.
http://code.google.com/p/couchdb4j/
comments powered by Disqus
Related Products
Jsonsharp - A c# library for generating JSON-formatted data
JSONSharp is a C# library for generating JSON-formatted data. The library is very lightweight and fully object-oriented. The library was born out of a need to generate JSON-compliant strings from the server-side of a .Net application. The library is easily extensible to handle specific implementations to ease the syntactical burden of incorporating the library into your own project.
Jcouchdb - Java5 Couchdb Driver
jcouchdb is a java5 couchdb driver using the svenson JSON library. It offers features to support the full range from totally dynamic parsing to parsing into concrete java POJOs, including a mix in between.
Talkson - A C++ library for JSON messages
Talkson is a C++ library that contains JSON message encoding/decoding modules. A simple, light-weight JSON parser. No external library is required and every code is ANSI-compatible. A streamable parser. You can use any size of buffer feeding the encoder/decoder.
EJDB — Embedded JSON Database engine
EJDB is an embedded JSON database engine. It aims to be a fast MongoDB-like library which can be embedded into C/C++ applications. It features collection-level write locking, collection level transactions, string token matching queries, and a Node.js binding. It is the C library based on modified version of Tokyo Cabinet. JSON representation of queries and data implemented with API based on C BSON.
Colt - Scientific and Technical Computing in Java
Colt distribution consists of several free Java libraries bundled under one single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava library, and the Concurrent library. It provides support for resizable arrays, dense, sparse matrices, histogramming functionality, Random Number Generators etc.
JSON Annotation - Java library for transforming JSON objects into Java beans
JSON Annotation is a java library for transforming JSON objects into Java beans, collections, java, Dynamic Beans, as well for the reserve way. it inherits all the abilities of JSONObject in JSON-lib, it works seamlessly with JSON -lib, which is the java standard of JSON parser.
Json-sharp - Simple .NET Library for JSON Serialization and Deserialization
JSON Sharp is a simple .NET Library for JSON Serialization and Deserialization.
Gson - A Java library to convert JSON to Java objects and vice-versa
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. There are a few open-source projects that can convert Java objects to JSON. However, most of them require that you place Java annotations in your classes; something that you can not do if you do not have access to the source-code. Most also do not fully support the use of Java Generics.
JSON.simple - A Simple Java Toolkit for JSON
JSON.simple is a simple Java toolkit for JSON. You can use JSON.simple to encode or decode JSON text. It Provides multiple functionalities such as encode, decode/parse and escape JSON text while keeping the library lightweight. It supports streaming output of JSON text, Heap based parser.
Fluent-json - Provides elegant json generation and parsing for your .Net classes.
Json generator and parser written in C#. Besides basic json support, this library enables you to fluently map your custom types to the json data format. It is thread safe and ensures strong type safe. All functionality is provides from a single (static member) class.