Russ Olsen and I have made a Julia package ( https://github.com/russolsen/Transit.jl ) available that supports encoding and decoding values in the Transit format ( https://github.com/cognitect/transit-format ). Examples of use can be found at the project repository.
The rationale for Transit can be found in these introductory blog posts: * http://blog.cognitect.com/blog/2014/7/22/transit * http://swannodette.github.io/2014/07/23/a-closer-look-at-transit/ The package is available from METADATA.jl and can be installed with: Pkg.add("Transit") Best, Ben
