Filter promises concurrently
A Node.js framework agnostic library for serializing your data to JSON API
filter() for old browser, in typescript.
TypeScript definitions for jsonapi-serializer
A lightweight, framework agnostic, flexible JSON API client
Drupal JSON-API params
A config driven NodeJS framework implementing json:api
TypeScript definitions for JSON-API
JSON:API v1.0 codec for encoding/decoding API responses
JSON:API Serializer inspired by Fractal (PHP)
A polyfill for Iterator helpers proposal
JavaScript client-side JSON API data handling made easy.
A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
A lightweight, framework agnostic, flexible JSON API client
Client for requesting backend API based on JSONAPI specification
A lightweight, framework agnostic, flexible JSON API client
Everything you need to start building a scalable web application.
Next.js JSON:API client with server/client support and caching
JSON API (De) Serializer in Typescript
EzContent JsonAPI
Simple tool for flattening JSON api responses into simpler objects.
JSON:API support for Orbit.
JSON API library for Angular
JSON API validation module.
Integration between filterer and jsonapi-resources
Easily filters type coercion in jsonapi-resources.
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!