A Node.js framework agnostic library for serializing your data to JSON API
TypeScript definitions for jsonapi-serializer
Drupal JSON-API params
TypeScript definitions for JSON-API
A lightweight, framework agnostic, flexible JSON API client
JSON:API Serializer inspired by Fractal (PHP)
JavaScript client-side JSON API data handling made easy.
Client for requesting backend API based on JSONAPI specification
Next.js JSON:API client with server/client support and caching
Everything you need to start building a scalable web application.
JSON API (De) Serializer in Typescript
JSON:API support for Orbit.
EzContent JsonAPI
Gatsby source plugin for building websites using the Drupal CMS as a data source
Pretender is a mock server library for XMLHttpRequest and Fetch, that comes with an express/sinatra style syntax for defining routes and their handlers.
JSON API validation module.
Parses JSON API style responses into a more 'typical' JSON format
JSON API (De) Serializer in Typescript
A config driven NodeJS framework implementing json:api
A lightweight, framework agnostic, flexible JSON API client
A lightweight, framework agnostic, flexible JSON API client
Access restructured JSONAPI data from a Vuex Store.
A collection of TypeScript interfaces and classes for working with [JSONAPI.org](http://jsonapi.org/)-standard requests/responses.
JSON API library for Angular
Turns a Sinatra Base class into a JSON api
Sinja is a Sinatra extension for quickly building RESTful, {json:api}-compliant web services, leveraging the excellent JSONAPI::Serializers gem for payload serialization. It enhances Sinatra's DSL to enable resource-, relationship-, and role-centric API development, and it configures Sinatra with the proper settings, MIME-types, filters, conditions, and error-handling. There are many parsing (deserializing), rendering (serializing), and other "JSON API" libraries available for Ruby, but relatively few that attempt to correctly implement the entire {json:api} server specification, including routing, request header and query parameter checking, and relationship side-loading. Sinja lets you focus on the business logic of your applications without worrying about the specification, and without pulling in a heavy framework like Rails. It's lightweight, ORM-agnostic, and Ember.js-friendly!