{"id":20306009,"url":"https://github.com/olyutorskii/jovsonz","last_synced_at":"2026-05-11T10:32:07.229Z","repository":{"id":198921941,"uuid":"701617885","full_name":"olyutorskii/Jovsonz","owner":"olyutorskii","description":"Jovsonz is a JSON I/O library for Java","archived":false,"fork":false,"pushed_at":"2025-02-06T11:13:33.000Z","size":181,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-06T12:25:29.956Z","etag":null,"topics":["java","json","json-parser","json-serialization","library","serialization"],"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/olyutorskii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-07T04:30:59.000Z","updated_at":"2025-02-06T11:11:27.000Z","dependencies_parsed_at":"2024-03-03T06:27:42.827Z","dependency_job_id":"69214aa7-d20b-4b61-baea-7abab7346771","html_url":"https://github.com/olyutorskii/Jovsonz","commit_stats":null,"previous_names":["olyutorskii/jovsonz"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FJovsonz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FJovsonz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FJovsonz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FJovsonz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyutorskii","download_url":"https://codeload.github.com/olyutorskii/Jovsonz/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241802204,"owners_count":20022592,"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":["java","json","json-parser","json-serialization","library","serialization"],"created_at":"2024-11-14T17:11:18.248Z","updated_at":"2025-11-30T16:03:53.772Z","avatar_url":"https://github.com/olyutorskii.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jovsonz #\n\n[![Java CI with Maven](https://github.com/olyutorskii/Jovsonz/actions/workflows/maven.yml/badge.svg)](https://github.com/olyutorskii/Jovsonz/actions/workflows/maven.yml)\n[![CodeQL](https://github.com/olyutorskii/Jovsonz/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/olyutorskii/Jovsonz/actions/workflows/codeql-analysis.yml)\n-----------------------------------------------------------------------\n\n\n## What is Jovsonz ? ##\n\n* **Jovsonz** is a Java library\nthat supports [JSON][JSON] format text I/O.\n\n* Jovsonz is a simple.\n7 classes derived from JSON basic type, 2 Exception classes, for a total of 15 classes.\n\n* Jovsonz OSS-project was hosted by [OSDN][OSDN](formerly known as SourceForge.jp)\nuntil 2023 October.\nWe decided to switch to hosting on GitHub due to concerns about OSDN availability.\n\n\n## Why did you make it ? ##\n\n* JSON input/output code was added to chat game client [Jindolf][JINDOLF]\nbecause no MIT-licensed JSON library for Java could be found as of 2009.\nThis code was later separated and became the Jovsonz library.\n\n\n## API document ##\n* [API docs](https://olyutorskii.github.io/Jovsonz/apidocs/index.html)\n* [Coding Samples](https://github.com/olyutorskii/Jovsonz/wiki/Coding-Samples)\n* [UML diagram](https://github.com/olyutorskii/Jovsonz/wiki/Class-diagram)\n* [Maven report](https://olyutorskii.github.io/Jovsonz/)\n\n\n## How to build ##\n\n* Jovsonz needs to use [Maven 3.3.9+](https://maven.apache.org/)\nand JDK 1.8+ to be built.\n\n* Jovsonz runtime does not depend on any other library at all.\nJust compile Java sources under `src/main/java/`\nif you don't use Maven nor JUnit nor resource-access.\n\n\n## License ##\n\n* Code is under [The MIT License][MIT].\n\n\n## Project founder ##\n\n* By [Olyutorskii](https://github.com/olyutorskii) at 2009\n\n\n## Key technology ##\n\n- [JSON (Wikipedia)](https://en.wikipedia.org/wiki/JSON)\n- [RFC4627](http://www.ietf.org/rfc/rfc4627.txt) (obsoleted)\n- [RFC7159](http://www.ietf.org/rfc/rfc7159.txt) (obsoleted)\n- [RFC8259](http://www.ietf.org/rfc/rfc8259.txt)\n\n\n[JSON]: https://www.json.org/\n[OSDN]: https://ja.osdn.net/projects/jovsonz/\n[JINDOLF]: https://github.com/olyutorskii/Jindolf\n[MIT]: https://opensource.org/licenses/MIT\n\n\n--- EOF ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Fjovsonz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyutorskii%2Fjovsonz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Fjovsonz/lists"}