Small library to convert RDFXML to JSON-LD
Just a joke from https://twitter.com/azaroth42/status/488807765360398336
Add this line to your application's Gemfile:
gem 'CurlingIron'
And then execute:
$ bundle
Or install it yourself as:
$ gem install CurlingIron
CurlingIron.curl(File.read(test.xml)) # => JSON-LD
- 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