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
Added library reference to Implementations page (json-api#1585)
* Update index.md
Update for "Implementations" page (https://jsonapi.org/implementations/)
Added reference for JSON:API library for Java/Kotlin built on top of Moshi from Square.
Library added: https://github.com/MarkoMilos/jsonapi
* Update implementations/index.md
Fixed grammar for the library description
Co-authored-by: Dan Gebhardt <dan@cerebris.com>
Co-authored-by: Dan Gebhardt <dan@cerebris.com>
Copy file name to clipboardExpand all lines: implementations/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and i
112
112
*[crnk.io](http://www.crnk.io) is a JSON:API framework for clients and servers. On the client-side it targets
113
113
both Java and Android development. As for the backend side a rich set of modules helps with the integration of various
114
114
Java frameworks.
115
-
115
+
*[jsonapi](https://github.com/MarkoMilos/jsonapi) Library for streamlined use of JSON:API using Kotlin and Java built on top of Moshi from Square. It is built with a powerful api and supports JVM (Java/Kotlin) and Android. Supporting deserialization and serialization it is meant to be used on both client and server side.
*[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.
0 commit comments