Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D70A518E23 for ; Tue, 13 Oct 2015 20:59:05 +0000 (UTC) Received: (qmail 84078 invoked by uid 500); 13 Oct 2015 20:59:05 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 84023 invoked by uid 500); 13 Oct 2015 20:59:05 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 83823 invoked by uid 99); 13 Oct 2015 20:59:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 20:59:05 +0000 Date: Tue, 13 Oct 2015 20:59:05 +0000 (UTC) From: "Ryan Blue (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1746) JSON encoder and decoder for Ruby MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955664#comment-14955664 ] Ryan Blue commented on AVRO-1746: --------------------------------- Sounds reasonable to me. It should just be a matter of adding the encoder/decoder, but keep in mind that Avro's JSON encoding adds an extra layer for unions. That might be tricky for your third-party gems. There's another issue open to add a specification for using JSON that looks more like you might expect (including how you would handle union resolution), but that hasn't been completed worked on recently. Also, we should ensure there is a container format spec if you intend to write multiple JSON records to a stream. > 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)