A resource-focused Rails library for developing JSON:API compliant servers.
JSONAPI::Resources (JR) is a gem that provides a framework for developing an API server that complies with the JSON:API specification. It focuses on defining resources, including their attributes and relationships, to ensure compliance with JSON:API. This gem works with Rails 5.1+ and offers custom routes, controllers, and serializers. JR resources can be based on ActiveRecord models or custom objects.