Vuex ORM JSON:API

JSON →
library 1.0.0 ·javascript
verified Jun 4, 2026

A JSON:API adapter for Vuex ORM that transforms JSON:API documents into Vuex ORM records, attributes, and relations. Version 1.0.0 (stable). It extends the Vuex ORM Axios plugin with RESTful actions (index, show, create, update, destroy) and handles JSON:API's primary data and included resources via upsert (insertOrUpdate). Key differentiators: automatic relationship resolution, configurable resource-to-entity case conversion, rawRequest API for accessing meta/links, and pass-through axios options. Requires @vuex-orm/core >=0.36.0 and a Vuex ORM Axios plugin. Release cadence is not specified but appears stable.