An open API service indexing awesome lists of open source software.

https://github.com/rubyworks/r4x

E4X for Ruby
https://github.com/rubyworks/r4x

Last synced: 6 months ago
JSON representation

E4X for Ruby

Awesome Lists containing this project

README

          

= R4X

R4X is a pure-Ruby implementation of E4X.

== STATUS

This implementation follows the E4X specification to the letter.
At thei point it is only about half complete.

One difficulty with the implementation is that Ruby can not
support the exact syntax E4X designates, so an alternative
needs to be used --which has not yet been fully settled upon.