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
- Host: GitHub
- URL: https://github.com/nearit/orpheus
- Owner: nearit
- Created: 2019-02-21T13:51:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T08:40:10.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T23:41:15.614Z (4 months ago)
- Language: Java
- Size: 239 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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