You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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.
75
+
*[crnk.io](https://www.crnk.io) is a JSON API framework for clients and servers. On the client-side it targets
76
+
both Java and Android development. As for the backend side a rich set of modules helps with the integration of various
*[faogustavo/JSONApi](https://github.com/faogustavo/JSONApi) library for deserializing automatic. It can be integrated with retrofit. It has some ideas from Morpheus and jsonapi-converter but has some aditionals.
@@ -206,6 +210,9 @@ includes related resources.
206
210
* katharsis-spring - adapter for Katharsis core module for Spring and Spring Boot framoworks.
207
211
* 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.
208
212
*[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.
213
+
*[crnk.io](https://www.crnk.io) is a JSON API framework for clients and servers. On the server-side it comes, among others,
214
+
with a rich set of integrations (Servlet, JAX-RS, Spring, JPA, Bean Validation, Zipkin and more), bulk updates with JSON Patch,
215
+
a meta-model for automation purposes, client stub generation for TypeScript and a module API for third-party contributions.
*[scala-jsonapi](https://github.com/zalando/scala-jsonapi) A Scala library for producing JSON output (and deserializing JSON input) based on JSON API specification.
0 commit comments