zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

Feature request: use multijson #98

Closed michaelglass closed 11 years ago

michaelglass commented 11 years ago

JSON is the worst gem. Would love to migrate this lib to multi_json

zevarito commented 11 years ago

Does anyone have time and desire to take this?

I am really sorry but I couldn't handle this right now.

reconbot commented 11 years ago

It looks like the standard library json is actually the preferred lib going forward. The maintainer of multi_json is stopping development. There's a discussion in a multi_json issue about this. https://github.com/intridea/multi_json/pull/113#issuecomment-17668823 Rails 4.0 has moved back to stdlib json