Curling::Iron
Small library to convert RDFXML to JSON-LD
Just a joke from
https://twitter.com/azaroth42/status/488807765360398336
Installation
Add this line to your application's Gemfile:
gem 'curling-iron'
And then execute:
$ bundle
Or install it yourself as:
$ gem install curling-iron
Usage
CurlingIron.curl(File.read(test.xml))
Contributing
- Fork it ( https://github.com/[my-github-username]/curling-iron/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request