Commits

Bruce Mitchener Jr authored 2f5d854451f
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. git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1057736 13f79535-47bb-0310-9956-ffa450edef68