Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
JavaScript
Description
I've been working on an encoder for JavaScript.
From the other JavaScript implementations I've seen out there, this one is different in that it supports all Avro types and not only works in node.js but also in the browser. Also the Java implementation is able to parse the resulting file formats.
I've included examples. It's only able to encode, not decode yet.
Maybe that's something worth including in future releases.