xentek / hyperdrive

hypermedia state machine
https://rubygems.org/gems/hyperdrive
MIT License
5 stars 0 forks source link

Use MultiJSON (at least under JRuby) #5

Closed xentek closed 10 years ago

xentek commented 10 years ago

JRuby can't use Oj, because part of it is implemented as a ruby c-extension. Remove Oj as a dependency and ship json support via MultiJSON

Zaidos commented 10 years ago

Should this be a concern for TBID, since that is using Oj as well?

xentek commented 10 years ago

@Zaidos,

Switching to MultiJson wouldn't hurt, but using oj there won't impact this library here. Switching was required for this gem only because I wanted it to be able to support JRuby.