{"id":20826672,"url":"https://github.com/deepakbhalla/json-api-examples","last_synced_at":"2026-05-26T20:07:05.748Z","repository":{"id":116124594,"uuid":"291639184","full_name":"deepakbhalla/json-api-examples","owner":"deepakbhalla","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-31T07:01:06.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T01:32:44.913Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepakbhalla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-31T06:57:17.000Z","updated_at":"2020-08-31T07:01:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bb099ec-dd9a-4cc0-b178-095a4319c155","html_url":"https://github.com/deepakbhalla/json-api-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepakbhalla/json-api-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakbhalla%2Fjson-api-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakbhalla%2Fjson-api-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakbhalla%2Fjson-api-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakbhalla%2Fjson-api-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakbhalla","download_url":"https://codeload.github.com/deepakbhalla/json-api-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakbhalla%2Fjson-api-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-17T23:09:44.956Z","updated_at":"2026-05-26T20:07:05.725Z","avatar_url":"https://github.com/deepakbhalla.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project demonstrate different ways of converting JSON to Java and Vise Versa using Jackson Binding and GSON API.\r\n\r\n# Console Output\r\n\r\n* Example 1: JSON to Java Conversion with implicit Json String\r\n\r\n----- JSON -----\r\n\r\n{\"userId\": 1, \"id\": 1, \"title\": \"this is the title\", \"body\": \"this is the body\" }\r\n\r\n------ Java Object ------\r\n\r\n[\r\nuserId: 1\r\nid: 1\r\ntitle: this is the title\r\nbody: this is the body\r\n]\r\n\r\n* Example 2: JSON to Java Conversion with implicit Json String\r\n\r\n----- JSON -----\r\n\r\n{\"userId\": 1, \"id\": 1, \"title\": \"this is the title\", \"body\": \"this is the body\" }\r\n\r\n------ Java Object ------\r\n\r\n[\r\nuserId: 1\r\nid: 1\r\ntitle: this is the title of user\r\nbody: this is the body of the user\r\n]\r\n\r\n* Example 3: JSON to Java Conversion with implicit Json String\r\n\r\n----- JSON -----\r\n\r\n{\"userId\": 1, \"id\": 1, \"title\": \"this is the title\", \"body\": \"this is the body\" }\r\n[\r\nuserId: 1\r\nid: 1\r\ntitle: this is the title of user 1\r\nbody: this is the body of the user 1\r\n]\r\n[\r\nuserId: 1\r\nid: 1\r\ntitle: this is the title of user 2\r\nbody: this is the body of the user 2\r\n]\r\n\r\n* Example 4: JSON to Java Conversion with implicit Json String\r\n\r\n----- JSON -----\r\n\r\n{\"userId\": 1, \"id\": 1, \"title\": \"this is the title\", \"body\": \"this is the body\" }\r\n\r\n------ Java Object ------\r\n\r\n[\r\nuserId: 1\r\nid: 1\r\ntitle: this is the title\r\nbody: this is the body\r\n]\r\n\r\n--------- JSON --------\r\n{\"userId\":\"1\",\"id\":\"1\",\"title\":\"this is the title\",\"body\":\"this is the body\"}\r\nPicked up _JAVA_OPTIONS: -Xms1024M\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakbhalla%2Fjson-api-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakbhalla%2Fjson-api-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakbhalla%2Fjson-api-examples/lists"}