8000 Added library reference to Implementations page (#1585) · masterT/json-api@0f60d90 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 0f60d90

Browse files
MarkoMilosdgeb
andauthored
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>
1 parent a25afbc commit 0f60d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and i
112112
* [crnk.io](http://www.crnk.io) is a JSON:API framework for clients and servers. On the client-side it targets
113113
both Java and Android development. As for the backend side a rich set of modules helps with the integration of various
114114
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.
116116

117117
### <a href="#client-libraries-android" id="client-libraries-android" class="headerlink"></a> Android
118118
* [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

Comments
 (0)
0