Thanks. If I wanted to take a swing at implementing JSON
encoding/decoding, where should I start?

Is there a rubric of which features are supported in which languages
somewhere? That would be very helpful for people trying to decide
whether to adopt Avro.


On Tue, Nov 22, 2011 at 1:26 PM, Scott Carey <[email protected]> wrote:
> I do not believe that Ruby supports the JSON encoding (yet).  It would
> probably not be too difficult to add, but noone to my knowledge is working
> on it.
>
> On 11/21/11 1:52 PM, "Brandon Ballinger" <[email protected]> wrote:
>
>>I'm currently using Avro to serialize/deserialize data in Java and
>>Ruby. In Java, I can use JsonDecoder to deserialize a JSON string as
>>an Avro buffer. What is the equivalent class in Ruby? I searched the
>>source repository at
>>https://github.com/apache/avro/tree/trunk/lang/ruby/lib/avro, but I
>>only see BinaryDecoder/BinaryEncoder, not the JSON equivalents.
>>
>>Thanks,
>>Brandon
>
>
>

Reply via email to