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

Ryan Blue commented on AVRO-1665:
---------------------------------

bq. I think it would be better to incorporate this change into a new json 
format like AVRO-1582

Sounds like a good plan to me. It would also be good to have a stated format 
for JSON files, since I don't think we currently specify it.

> Provide way to represent BYTES type using base64 encoding in JSON
> -----------------------------------------------------------------
>
>                 Key: AVRO-1665
>                 URL: https://issues.apache.org/jira/browse/AVRO-1665
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.7.7
>            Reporter: Konstantin Shaposhnikov
>
> Currently JsonEncoder and JsonDecoder represent BYTES type as String encoded 
> using ISO-8859-1 charset.
> It would be good to provide option to use base64 encoding (e.g. using jackson 
> JsonGenerator.writeBinary(byte[] data, int offset, int len) method).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to