文件名称:JsonApi-Android:该库用于解析 JSONAPI 格式的 JSON 对象(http
文件大小:217KB
文件格式:ZIP
更新时间:2024-07-13 17:46:43
Java
JsonApi-Android JsonApi-Android 是一个解析器库,可将 json api 文件(JSONAPI.org 格式)转换为可用类。 您需要做的是定义类,然后调用 JSONAPI 函数。 如何使用 Gradle not ready yet. 假设将在此示例中使用的 JSON 对象是: { "links": { "posts.author": { "href": "http://example.com/people/{posts.author}", "type": "people" }, "posts.comments": { "href": "http://example.com/comments/{posts.comments}", "type": "comments" }