[
https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009570#comment-15009570
]
ASF GitHub Bot commented on AVRO-1746:
--------------------------------------
GitHub user yadavsaroj opened a pull request:
https://github.com/apache/avro/pull/56
AVRO-1746 - Support JSON encoding in Ruby
Adds support for [JSON encoding]
(https://avro.apache.org/docs/1.7.7/spec.html#json_encoding) in Ruby.
A note about implementation - in order to keep the patch minimum, I have
made json encoder/decoder inherit from binary encoder/decoder. As part of
future changes, may be we can define generic encoder/decoder base classes and
have binary/json classes add specific implementations. After that's done, we
might be able to DRY validation related logic.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yadavsaroj/avro trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit ed0be6c3af783a5c69d5abe3d8529ac4ab9657c8
Author: Saroj Yadav <[email protected]>
Date: 2015-10-29T23:58:52Z
AVRO-1746 - Support JSON encoding for Avro data.
----
> JSON encoder and decoder for Ruby
> ---------------------------------
>
> Key: AVRO-1746
> URL: https://issues.apache.org/jira/browse/AVRO-1746
> Project: Avro
> Issue Type: New Feature
> Components: ruby
> Reporter: Saroj Yadav
>
> Hi,
> I am thinking of adding a JSON encoder and decoder for Ruby. What do you
> think?
> Best,
> Saroj
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)