[
https://issues.apache.org/jira/browse/AVRO-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Douglas Creager updated AVRO-729:
---------------------------------
Attachment: 0003-JSON-encoded-Avro-values.patch
0002-Upgrading-to-Jansson-1.3.patch
0001-avro_schema_to_json-can-take-const-schema.patch
Patch series for JSON encoding
> JSON encoded Avro values
> ------------------------
>
> Key: AVRO-729
> URL: https://issues.apache.org/jira/browse/AVRO-729
> Project: Avro
> Issue Type: New Feature
> Components: c
> Reporter: Douglas Creager
> Assignee: Douglas Creager
> Attachments: 0001-avro_schema_to_json-can-take-const-schema.patch,
> 0002-Upgrading-to-Jansson-1.3.patch, 0003-JSON-encoded-Avro-values.patch
>
>
> I've added support in the C library for getting the JSON encoding of an Avro
> value. There are three patches in this series. One of the changes is to
> upgrade our copy of the Jansson library to 1.3. (All of the existing test
> cases pass with the upgrade.) Some Avro values have JSON encodings that
> aren't technically valid JSON top-level values, since they're just bare
> scalars, but the new Avro function works with these just fine. The
> test_avro_data test case has been updated to verify the JSON encodings for
> each of the Avro schema types it tests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.