{"id":18914286,"url":"https://github.com/eliasstar/simplejson4j","last_synced_at":"2026-03-09T19:30:22.036Z","repository":{"id":106859793,"uuid":"370476303","full_name":"EliasStar/SimpleJson4J","owner":"EliasStar","description":"Simple yet general JSON library for Java providing a toJson and fromJson method","archived":false,"fork":false,"pushed_at":"2021-06-09T20:39:51.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T14:35:30.850Z","etag":null,"topics":["json","maven","serialization"],"latest_commit_sha":null,"homepage":"https://eliasstar.github.io/SimpleJson4J/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EliasStar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-05-24T20:25:47.000Z","updated_at":"2022-06-18T14:10:09.000Z","dependencies_parsed_at":"2024-04-10T20:02:19.446Z","dependency_job_id":null,"html_url":"https://github.com/EliasStar/SimpleJson4J","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/EliasStar%2FSimpleJson4J","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasStar%2FSimpleJson4J/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasStar%2FSimpleJson4J/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasStar%2FSimpleJson4J/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliasStar","download_url":"https://codeload.github.com/EliasStar/SimpleJson4J/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239907240,"owners_count":19716584,"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":["json","maven","serialization"],"created_at":"2024-11-08T10:10:53.234Z","updated_at":"2026-03-09T19:30:21.984Z","avatar_url":"https://github.com/EliasStar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleJson4J\n\u003e Simple yet general JSON library for Java providing a toJson and fromJson method\n\n## Downloads\n### Jar\nReleases can be downloaded [here](https://github.com/EliasStar/SimpleJson4J/releases).\nThe javadoc can be found in the \"javadoc\" suffix jar and the \"sources\" suffix jar includes the raw, uncompiled source code for reference.\n\n### Maven\n#### pom.xml\nAdd the following under `project/repositories` tag:\n```xml\n\u003crepository\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003cname\u003eSimpleJson4J GitHub Maven Packages\u003c/name\u003e\n    \u003curl\u003ehttps://maven.pkg.github.com/EliasStar/SimpleJson4J\u003c/url\u003e\n\u003c/repository\u003e\n```\nFurthermore add the following under `project/dependencies` tag:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eeliasstar\u003c/groupId\u003e\n    \u003cartifactId\u003esimple-json\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\nReplace `VERSION` with a version found under releases, preferably the latest.\n\n#### settings.xml\nIs located under `~/.m2/settings.xml`.\nAdd the following under `settings/servers` tag:\n```xml\n\u003cserver\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003cusername\u003eYOUR_USERNAME\u003c/username\u003e\n    \u003cpassword\u003eYOUR_PERSONAL_ACCESS_TOKEN\u003c/password\u003e\n\u003c/server\u003e\n```\nBe sure to replace `YOUR_USERNAME` and `YOUR_PERSONAL_ACCESS_TOKEN`.\n\n## License\nSimpleJson4J - Simple yet general JSON library for Java providing a toJson and fromJson method \u003cbr\u003e\nCopyright (C) 2021 Elias*\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasstar%2Fsimplejson4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliasstar%2Fsimplejson4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasstar%2Fsimplejson4j/lists"}