8000 Merge pull request #1325 from philsturgeon/patch-1 · masterT/json-api@0801766 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0801766

Browse files
authored
Merge pull request json-api#1325 from philsturgeon/patch-1
JsonApiParser is deprecated
2 parents 0f60d90 + c557a28 commit 0801766

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

implementations/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and i
8080

8181
* [jsonapi-consumer](https://github.com/jsmestad/jsonapi-consumer) a ruby library for consuming JSONAPI payloads.
8282
* [JsonApiClient](https://github.com/chingor13/json_api_client) attempts to give you a query building framework that is easy to understand (similar to ActiveRecord scopes).
83-
* [JsonApiParser](https://github.com/beauby/jsonapi_parser) a ruby library for parsing/validating/handling JSONAPI documents.
8483
* [Munson](https://github.com/coryodaniel/munson) is a ruby JSONAPI client that can act as an ORM or integrate with your models via fine-grained agnosticism. Easy to configure and customize. Includes a chainable/customizable query builder, attributes API and dirty tracking.
8584
* [json-api-vanilla](https://github.com/trainline/json-api-vanilla) a reference-aware ruby library for JSONAPI deserialization that doesn't require setting up classes.
8685
* [SimpleJSONAPIClient](https://github.com/amcaplan/simple_jsonapi_client) gives you lower-level control for API operations, while your models and their relationships maintain a neat, ActiveRecord-inspired interface.

0 commit comments

Comments
 (0)
0