----- Original Message ----- > From: "Tommi Virtanen" <[email protected]> > To: "ceph-devel" <[email protected]> > Sent: Monday, August 1, 2011 10:24:50 AM > Subject: JSON generation in C/C++
> > j = StreamingJSONObject(fd) > j.dump(key, value) > j.dump(key2, value2) > j.close() You may also be interested in BSON (Binary JSON), a JSON-like binary serialization format, most notably used by mongodb. http://bsonspec.org/ -Noah -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
