JSON API-Compliant Deserializer
JSON API-Compliant Deserializer
A structuredClone polyfill
A Node.js framework agnostic library for serializing your data to JSON API
JSON API (De) Serializer in Typescript
JSON API-Compliant Deserializer
TypeScript definitions for jsonapi-serializer
JSON:API deserializer in Typescript
Drupal JSON-API params
TypeScript definitions for JSON-API
Docx serializer plugin for Plate
A lightweight, framework agnostic, flexible JSON API client
JSON API-Compliant Deserializer
JSON:API Serializer inspired by Fractal (PHP)
Docx serializer plugin for Plate
JavaScript client-side JSON API data handling made easy.
Client for requesting backend API based on JSONAPI specification
OBJ Deserializer for JSCAD
STL Deserializer for JSCAD
SVG Deserializer for JSCAD
JSON Deserializer for JSCAD
JSON API (De) Serializer in Typescript
Next.js JSON:API client with server/client support and caching
Everything you need to start building a scalable web application.
Deserialize your json-api payloads into easy-to-use hashes with attribute properties.
Straight forward, painless, zero config deserialization of JSON API resources.
Makes work with JSON:API compound documents easy
Deserializing embedded JSONAPI records into ActiveRecord nested attributes (Not part of the JSONAPI spec yet!)
This gem will help to to deserialize and consume data from a jsonapi. https://github.com/Sonberg/jsonapi-unwrapper
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!