-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
91 lines (91 loc) · 3.31 KB
/
codemeta.json
File metadata and controls
91 lines (91 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "JSON Processing",
"codeRepository": "https://github.com/kit-data-manager/JSONPatch.git",
"name": "JsonPatch",
"dateCreated": "2025-12-17",
"description": "JSONPatch is a Java library that implements the JSON Patch standard (RFC 6902) for applying partial modifications to JSON documents. It provides functionality to create, apply, and validate JSON Patch operations, making it easier to manage and manipulate JSON data structures in Java applications.",
"author": [
{
"@type": "Person",
"givenName": "Volker",
"familyName": "Hartmann",
"email": "volker.hartmann@kit.edu",
"@id": "https://orcid.org/0000-0001-6383-5214",
"identifier": "https://orcid.org/0000-0001-6383-5214",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Jejkal",
"email": "thomas.jejkal@kit.edu",
"@id": "https://orcid.org/0000-0003-2804-688X",
"identifier": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Volker",
"familyName": "Hartmann",
"email": "volker.hartmann@kit.edu",
"@id": "https://orcid.org/0000-0001-6383-5214",
"identifier": "https://orcid.org/0000-0001-6383-5214",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Jejkal",
"email": "thomas.jejkal@kit.edu",
"@id": "https://orcid.org/0000-0003-2804-688X",
"identifier": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"funder": [
{
"@type": "Organization",
"name": "Helmholtz Association of German Research Centers",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ROR",
"value": "https://ror.org/0281dp749"
},
"sameAs": "https://www.helmholtz.de/"
},
{
"@type": "Organization",
"name": "Helmholtz Metadata Collaboration (HMC)",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ROR",
"value": "https://ror.org/04v4h0v24"
},
"sameAs": "https://helmholtz-metadaten.de/"
}
],
"keywords": [
"Java",
"JSON",
"JSON Patch",
"RFC 6902",
"RFC 7396",
"Jackson 3",
"Library"
],
"license": "https://spdx.org/licenses/Apache-2.0",
"runtimePlatform": "JVM",
"softwareRequirements": [
"Java 17 or higher"
],
"developmentStatus": "active",
"issueTracker": "https://github.com/kit-data-manager/JSONPatch/issues",
"version": "0.9.0",
"softwareVersion": "0.9.0",
"dateModified": "2026-01-21"
}