From 6d89fd3d4f9fbfff0705cd9467960d7d2a28ca6c Mon Sep 17 00:00:00 2001 From: Nicolas Orchow Date: Fri, 2 Nov 2018 16:45:55 -0300 Subject: [PATCH] Add heather-js to javascript implementations --- implementations/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/index.md b/implementations/index.md index 85360f4d2..e038aec20 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -46,6 +46,7 @@ assembled to vet them. * [JSORM](https://jsonapi-suite.github.io/jsonapi_suite/js/home) is an isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and is part of the larger [JSONAPI Suite](https://jsonapi-suite.github.io/jsonapi_suite). * [jsonapi-vuex](https://github.com/mrichar1/jsonapi-vuex) A module for interacting with a jsonapi service using a Vuex store, restructuring/normalizing records to make life easier. +* [heather-js](https://github.com/bitex-la/heather-js) A library for parsing JSONAPI into objects from ES6 classes. ### Typescript * [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi) A JSON:API library developed for AngularJS in Typescript