An open API service indexing awesome lists of open source software.

https://github.com/nearit/orpheus

Json-Api parser for Android
https://github.com/nearit/orpheus

Last synced: 2 months ago
JSON representation

Json-Api parser for Android

Awesome Lists containing this project

README

        

# Orpheus

This library was largely based on [Morpheus](https://github.com/xamoom/Morpheus).
Our modification involved mapping ternary and circular relationships between elements in the included element list and extending serialization functionalities.

## Installation

```java
implementation 'it.near.sdk:jsonapiparser:1.0.1-beta'
```

## Usage

Coming soon