{"id":18699403,"url":"https://github.com/decentralized-identity/jsonld-common-java","last_synced_at":"2025-11-09T17:31:32.217Z","repository":{"id":45328235,"uuid":"301708599","full_name":"decentralized-identity/jsonld-common-java","owner":"decentralized-identity","description":"Shared JSON-LD Java library.","archived":false,"fork":false,"pushed_at":"2025-03-21T16:27:20.000Z","size":198,"stargazers_count":8,"open_issues_count":1,"forks_count":6,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-12T08:18:18.484Z","etag":null,"topics":["wg-id"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/decentralized-identity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-06T11:47:03.000Z","updated_at":"2025-03-21T16:27:24.000Z","dependencies_parsed_at":"2023-01-22T01:03:34.559Z","dependency_job_id":"cce6d7d9-85b3-411b-8950-787f06692007","html_url":"https://github.com/decentralized-identity/jsonld-common-java","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralized-identity%2Fjsonld-common-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralized-identity%2Fjsonld-common-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralized-identity%2Fjsonld-common-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentralized-identity%2Fjsonld-common-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decentralized-identity","download_url":"https://codeload.github.com/decentralized-identity/jsonld-common-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537192,"owners_count":21120711,"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":["wg-id"],"created_at":"2024-11-07T11:32:57.689Z","updated_at":"2025-11-09T17:31:32.190Z","avatar_url":"https://github.com/decentralized-identity.png","language":"Java","readme":"# jsonld-common-java\n\n## Information\n\nThis is an implementation of helper objects and functions for JSON-LD documents.\n\n## Maven\n\nBuild:\n\n\tmvn clean install\n\nDependency:\n\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t\t\u003cid\u003edanubetech-maven-public\u003c/id\u003e\n\t\t\t\u003curl\u003ehttps://repo.danubetech.com/repository/maven-public/\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003edecentralized-identity\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ejsonld-common-java\u003c/artifactId\u003e\n\t\t\u003cversion\u003e1.8.0\u003c/version\u003e\n\t\u003c/dependency\u003e\n\n## Example\n\nExample code:\n\n    JsonLDObject jsonLdObject = JsonLDObject.fromJson(new FileReader(\"input.jsonld\"));\n    \n    JsonLDObject jsonLdObject2 = JsonLDObject.builder()\n            .context(URI.create(\"https://example.com/mycontext/1.0\"))\n            .type(\"SampleDocument\")\n            .build();\n    \n    JsonLDUtils.jsonLdAdd(jsonLdObject, \"property\", jsonLdObject2);\n    \n    System.out.println(jsonLdObject.toJson(true));\n\n## About\n\n\u003cimg align=\"left\" src=\"https://raw.githubusercontent.com/decentralized-identity/jsonld-common-java/main/docs/logo-dif.png\" width=\"115\"\u003e\n\nDecentralized Identity Foundation - https://identity.foundation/\n\n\u003cbr clear=\"left\" /\u003e\n\n\u003cimg align=\"left\" height=\"70\" src=\"https://raw.githubusercontent.com/decentralized-identity/jsonld-common-java/main/docs/logo-ngi-essiflab.png\"\u003e\n\nThis software library is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 871932\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentralized-identity%2Fjsonld-common-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecentralized-identity%2Fjsonld-common-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentralized-identity%2Fjsonld-common-java/lists"}