[ 
https://issues.apache.org/jira/browse/AVRO-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744573#action_12744573
 ] 

Doug Cutting commented on AVRO-91:
----------------------------------

One can implement a JSON codec without implementing a parser.  We do not want 
to force every Avro implementation to implement a parser.

You will need to add some methods to your encoder/decoder API.  Please look at 
my original patch of 6/26 for AVRO-50, where I implemented a JSON codec w/o a 
parser.  In particular note the addition of 
{read,write}{Record,Union}{Start,End}, etc. methods in Encoder.java and 
Decoder.java.


> add json codec in python
> ------------------------
>
>                 Key: AVRO-91
>                 URL: https://issues.apache.org/jira/browse/AVRO-91
>             Project: Avro
>          Issue Type: New Feature
>          Components: python
>            Reporter: Doug Cutting
>            Assignee: Ravi Gummadi
>
> Now that AVRO-50 is complete, it would be good to have a Json encoder and 
> decoders in Python.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to