/[Apache-SVN]
ViewVC logotype

Revision 1057736


Jump to revision: Previous Next
Author: brucem
Date: Tue Jan 11 17:16:12 2011 UTC (13 years, 3 months ago)
Changed paths: 6
Log Message:
AVRO-729. JSON encoded Avro values.

You can now produce the JSON-encoded version of an Avro datum.  It
correctly handles Avro values that produce a top-level JSON object that
isn't an array or object, even though that technically violates the JSON
spec.  You have to free the resulting string using the standard free()
function, and *not* using the custom Avro allocator, since the string
will be produced by the Jansson library, which doesn't know about our
custom allocator.

Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/src/Makefile.am modified , text changed
Directoryavro/trunk/lang/c/src/avro.h modified , text changed
Directoryavro/trunk/lang/c/src/datum_json.c added
Directoryavro/trunk/lang/c/tests/test_avro_data.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26