Skip to content

Commit fd8eec5

Browse files
DVGdgeb
authored andcommitted
Move fast_jsonapi to it\'s proper place in the ruby server list (json-api#1256)
1 parent da7163d commit fd8eec5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

implementations/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ assembled to vet them.
6060
* [JsonApiParser](https://github.com/beauby/jsonapi_parser) a ruby library for parsing/validating/handling JSONAPI documents.
6161
* [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.
6262
* [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.
63-
* [fast_jsonapi](https://github.com/Netflix/fast_jsonapi) A lightning fast JSON:API serializer for Ruby Objects.
6463

6564
### <a href="#client-libraries-php" id="client-libraries-php" class="headerlink"></a> PHP
6665

@@ -80,9 +79,9 @@ assembled to vet them.
8079
### <a href="#client-libraries-java" id="client-libraries-java" class="headerlink"></a> Java
8180

8281
* [jsonapi-converter](https://github.com/jasminb/jsonapi-converter) is a Java JSON API v1.0 client. Besides providing means for serialisation/deserialisation, client comes with Retrofit plugin.
83-
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the client-side it targets
82+
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the client-side it targets
8483
both Java and Android development. As for the backend side a rich set of modules helps with the integration of various
85-
Java frameworks.
84+
Java frameworks.
8685

8786

8887
### <a href="#client-libraries-android" id="client-libraries-android" class="headerlink"></a> Android
@@ -171,6 +170,7 @@ and writing of JSON API documents.
171170
* [Roar](https://github.com/apotonick/roar) Renders and parses represenations of Ruby objects
172171
* [Jbuilder::JsonAPI](https://github.com/vladfaust/jbuilder-json_api) Simple & lightweight extension for Jbuilder
173172
* [jsonapi-rb](http://jsonapi-rb.org) Ruby library for efficiently building and consuming JSON API documents - with Rails and Hanami integrations.
173+
* [fast_jsonapi](https://github.com/Netflix/fast_jsonapi) A lightning fast JSON:API serializer for Ruby Objects.
174174

175175
* Ruby on Rails
176176
* [Jsonapi-for-rails](https://github.com/doga/jsonapi_for_rails)
@@ -200,7 +200,7 @@ the moment.
200200
* [pyramid-jsonapi](https://github.com/colinhiggs/pyramid-jsonapi) Auto-build a JSON API from sqlalchemy models using the pyramid framework.
201201
* [Flask-REST-JSONAPI](https://github.com/miLibris/flask-rest-jsonapi) Flask extension to create web api according to jsonapi specification with Flask, Marshmallow and data provider of your choice (SQLAlchemy, MongoDB, ...)
202202
* [Flump](https://github.com/rolepoint/flump) Database agnostic JSON API builder which depends on Flask and Marshmallow.
203-
* [SAFRS JSON API Framework](https://github.com/thomaxxl/safrs) Flask-SQLAlchemy jsonapi implementation with auto-generated openapi (fka swagger) interface.
203+
* [SAFRS JSON API Framework](https://github.com/thomaxxl/safrs) Flask-SQLAlchemy jsonapi implementation with auto-generated openapi (fka swagger) interface.
204204

205205
### <a href="#server-libraries-go" id="server-libraries-go" class="headerlink"></a> Go
206206

@@ -215,7 +215,7 @@ the moment.
215215
* [NJsonApi](https://github.com/jacek-gorgon/NJsonApi) is a .NET server implementation of the standard. It aims at good extensibility and performance while maintaining developer-friendliness with interchangable convenions and builder-style configuration.
216216
* [Migrap.AspNet.Mvc.Jsonapi](https://github.com/migrap/Migrap.AspNet.Mvc.Jsonapi) is an ASP.NET 5 (vNext) library that allows for existing code to build JSON API responses through output formatters.
217217
* [Saule](https://github.com/joukevandermaas/saule/) is a small JSON API 1.0 compatible library that integrates well with established Web API conventions. It has complete documentation and near 100% test coverage.
218-
* [JsonApiDotNetCore](https://github.com/json-api-dotnet/JsonApiDotNetCore) is an ASP.Net Core server implementation targeting .Net Standard. Based on the [JR](https://github.com/cerebris/jsonapi-resources) implementation, it provides all the required controllers and middleware to get your application up and running with as little boilerplate as possible.
218+
* [JsonApiDotNetCore](https://github.com/json-api-dotnet/JsonApiDotNetCore) is an ASP.Net Core server implementation targeting .Net Standard. Based on the [JR](https://github.com/cerebris/jsonapi-resources) implementation, it provides all the required controllers and middleware to get your application up and running with as little boilerplate as possible.
219219
* [Hypermedia.JsonApi.WebApi](https://github.com/cosullivan/Hypermedia/) is a Web API media type formatter for reading and writing JSON API. It supports an external resource model definition and natively
220220
includes related resources.
221221
* [JsonApiSerializer](https://github.com/codecutout/JsonApiSerializer) is a configurationless JSON API serialization and deserialization library implemented as a Json.NET `JsonSerializerSetting`. It leverages the existing power and flexiability of Json.NET while providing a sensible default mapping between JSON API and CLR objects.
@@ -229,7 +229,7 @@ includes related resources.
229229
* katharsis-spring - adapter for Katharsis core module for Spring and Spring Boot framoworks.
230230
* katharsis-servlet - generic servlet/filter adapter for Katharsis core module. This module can be used in traditional servlet or filter based Java web applications, or even non-Servlet-API-based web applications such as Portal/Portlet, Wicket, etc.
231231
* [Elide](http://elide.io) is a web framework supporting JSON API. Through annotation-based JSON API endpoint generation, Elide enables you to focus on your data model, security model, and business logic while avoiding unnecessary boilerplate. Moreover, through use of the JSON API Patch extension, [Elide](http://elide.io) provides full support for database transactions.
232-
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the server-side it comes, among others,
232+
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the server-side it comes, among others,
233233
with a rich set of integrations (Servlet, JAX-RS, Spring, JPA, Bean Validation, Zipkin and more), bulk updates with JSON Patch,
234234
a meta-model for automation purposes, client stub generation for TypeScript and a module API for third-party contributions.
235235

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy