JSORM
JSON →Jsorm is an isomorphic JavaScript ORM for JSON:API compliant APIs, version 1.3.22. It provides an Active Record-like pattern for fetching, querying, and persisting data, supporting scopes, pagination, sorting, includes, and error handling. Written in TypeScript and compatible with ES5+ environments including browsers and Node.js. Unlike generic HTTP clients, JSORM offers models with decorators (Attr, HasMany, BelongsTo) and chainable query methods, making API interactions declarative. It is part of the jsonapi-suite ecosystem.