{"id":23119264,"url":"https://github.com/over-run/json","last_synced_at":"2025-04-04T02:40:50.395Z","repository":{"id":46015333,"uuid":"422146933","full_name":"Over-Run/json","owner":"Over-Run","description":"JSON for Java","archived":false,"fork":false,"pushed_at":"2021-11-20T02:28:00.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"0.x","last_synced_at":"2025-02-09T14:21:44.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Over-Run.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-28T09:41:45.000Z","updated_at":"2024-07-28T03:31:57.000Z","dependencies_parsed_at":"2022-08-24T01:51:12.477Z","dependency_job_id":null,"html_url":"https://github.com/Over-Run/json","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Over-Run%2Fjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Over-Run%2Fjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Over-Run%2Fjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Over-Run%2Fjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Over-Run","download_url":"https://codeload.github.com/Over-Run/json/tar.gz/refs/heads/0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112739,"owners_count":20885605,"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":"2024-12-17T05:32:27.935Z","updated_at":"2025-04-04T02:40:50.378Z","avatar_url":"https://github.com/Over-Run.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json ![GitHub](https://img.shields.io/github/license/Over-run/json)\n\n[![Java CI with Gradle](https://github.com/Over-Run/json/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/Over-Run/json/actions/workflows/gradle.yml)  \n![GitHub all releases](https://img.shields.io/github/downloads/Over-Run/json/total)\n\n![GitHub issues](https://img.shields.io/github/issues/Over-Run/json)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/Over-Run/json)  \n![GitHub closed issues](https://img.shields.io/github/issues-closed/Over-Run/json)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Over-Run/json)\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Over-Run/json)\n![Maven Central](https://img.shields.io/maven-central/v/io.github.over-run/json)\n![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/io.github.over-run/json?server=https%3A%2F%2Fs01.oss.sonatype.org)\n\n![Java Version](https://img.shields.io/badge/Java%20Version-11-red)\n\n![GitHub Discussions](https://img.shields.io/github/discussions/Over-Run/json)\n\nJSON for Java:coffee:.\n\n[If there are any bugs, tell us!](https://github.com/Over-Run/json/issues/new)\n\n## Use for depending on\n\n```groovy\ndependencies {\n    implementation \"io.github.over-run:json:0.2.0\"\n}\n```\n\n## Example\n\n```java\nimport org.overrun.json.*;\n\nimport java.io.*;\n\npublic class Example {\n    public static void main(String[] args) {\n        var json = new Json(true);\n        try (var w = new FileWriter(\"ex.json\");\n             var bw = new BufferedWriter(w)) {\n            json.toJson(\n                ofObj(\"name\",\n                    ofStr(\"name\", \"value\")\n                ),\n                bw\n            );\n        }\n    }\n}\n```\n\n## Who are using\n\n- [Overrun Organization](https://github.com/Over-Run/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fover-run%2Fjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fover-run%2Fjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fover-run%2Fjson/lists"}