I'm using active model serializers(0.10.2) with :json adapter because in two serializers I need meta tag(meta tag is not included in :attributes adapter), I have few more serializers where I don't want root, is it possible to disable root per serializer?
Is it possible to use :json adapter in active model serializers v 0.10.2 and disable root?