jsonapi-rb / jsonapi-renderer

Efficiently render JSON API documents.
http://jsonapi-rb.org
MIT License
27 stars 11 forks source link

There should be a public API that allows to render in a hash. #15

Closed vasilakisfil closed 7 years ago

vasilakisfil commented 7 years ago

At the moment it seems render returns only a String since it uses to_json. There should be a as_json equivalent publicly accessible.

vasilakisfil commented 7 years ago

Ok wrong repo, closing that (correct issue is here: https://github.com/jsonapi-rb/jsonapi-serializable/issues/55 )