jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
321 stars 63 forks source link

Is there a way we could return something like this? #120

Closed kamalpandey closed 1 year ago

kamalpandey commented 4 years ago
{
   students: [],
   teachers: []
}

where students and teachers are different modal and each have own serializer.