You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeremy Kahn (JIRA)" <ji...@apache.org> on 2013/04/09 18:24:16 UTC

[jira] [Created] (AVRO-1291) Python library missing strict JSON encode/decoe

Jeremy Kahn created AVRO-1291:
---------------------------------

             Summary: Python library missing strict JSON encode/decoe
                 Key: AVRO-1291
                 URL: https://issues.apache.org/jira/browse/AVRO-1291
             Project: Avro
          Issue Type: Bug
          Components: python
            Reporter: Jeremy Kahn


The Python Avro libraries don't actually have a proper JSON decoder or encoder, because they don't handle the [type-hinting for unions|http://avro.apache.org/docs/current/spec.html#json_encoding] properly.

The Python {{avro.io}} library should provide a pair of {{StrictJsonEncoder,StrictJsonDecoder}}} classes that correctly include (and decode) the type hints when the schema expects a union.

Jonathan Coveney [raised this concern|http://mail-archives.apache.org/mod_mbox/avro-user/201304.mbox/%3CCAKne9Z6nkYXwb4QzPr4qNyH1o7TnL1674MspgnHuKMuD2imguQ%40mail.gmail.com%3E] on the Avro User mailing list.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira