{"id":28781048,"url":"https://github.com/workday/autoparse-json","last_synced_at":"2025-07-19T22:03:05.381Z","repository":{"id":57729736,"uuid":"36572602","full_name":"Workday/autoparse-json","owner":"Workday","description":"Autoparse JSON is a java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.","archived":false,"fork":false,"pushed_at":"2023-11-06T17:31:31.000Z","size":212,"stargazers_count":12,"open_issues_count":6,"forks_count":11,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-06-17T18:52:03.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Workday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-05-30T19:31:28.000Z","updated_at":"2025-03-12T13:48:05.000Z","dependencies_parsed_at":"2023-11-07T01:15:26.827Z","dependency_job_id":"a27cd7e0-3c83-4895-b7a4-d89e9adcbee6","html_url":"https://github.com/Workday/autoparse-json","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Workday/autoparse-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workday%2Fautoparse-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workday%2Fautoparse-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workday%2Fautoparse-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workday%2Fautoparse-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Workday","download_url":"https://codeload.github.com/Workday/autoparse-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workday%2Fautoparse-json/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266026099,"owners_count":23866030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T18:39:43.597Z","updated_at":"2025-07-19T22:03:05.358Z","avatar_url":"https://github.com/Workday.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autoparse-json\n\nAutoparse JSON is a java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.\n\nLearn how to use Autoparse JSON in the [wiki](https://github.com/workday/autoparse-json/wiki)!\n\n**Latest Version:**  [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.workday/autoparse-json/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.workday/autoparse-json)\n\n**Build Status:** [![Circle CI](https://circleci.com/gh/Workday/autoparse-json.svg?style=svg)](https://circleci.com/gh/Workday/autoparse-json)\n\n## Installation\n\nAdd the following lines to your `build.gradle` file, replacing `$autoparse_json_version` with latest version from Maven Central.\n\n```\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    compile \"com.workday:autoparse-json:$autoparse_json_version\"\n    compile \"com.workday:autoparse-json-processor:$autoparse_json_version\"\n}\n```\n\nNote that if you use the [android-apt plugin](https://bitbucket.org/hvisser/android-apt) or the [kotlin-android plugin](https://kotlinlang.org/docs/reference/using-gradle.html), you may use `apt` or `kapt` respectively instead of `compile` for `autoparse-json-processor`, e.g.\n\n```\napt \"com.workday:autoparse-json-processor:$autoparse_json_version\"\n```\nIn fact, it is highly recommended that you use `apt` or `kapt` as this will get rid of some \"invalid package\" and related warnings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkday%2Fautoparse-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkday%2Fautoparse-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkday%2Fautoparse-json/lists"}