https://github.com/apapsch/go-jsonmerge
Score: 24.94692706231724
Last synced: about 5 hours ago
JSON representation
Repository metadata:
Merge JSON objects
- Host: GitHub
- URL: https://github.com/apapsch/go-jsonmerge
- Owner: apapsch
- License: mit
- Fork: true (RaveNoX/go-jsonmerge)
- Created: 2021-11-19T16:40:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T17:31:01.000Z (almost 5 years ago)
- Last Synced: 2026-07-28T19:04:48.995Z (29 days ago)
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Aljosha Papsch
- Login: apapsch
- Email:
- Kind: user
- Description:
- Website: https://codeberg.org/sterndata/
- Location: Hessen, Europe
- Twitter:
- Company: Stern Data GmbH
- Icon url: https://avatars.githubusercontent.com/u/13748675?u=a1c8ee15071117bf0428bcb6d18440442fb9f6ad&v=4
- Repositories: 7
- Last Synced at: 2023-03-03T11:55:15.178Z
- Profile URL: https://github.com/apapsch
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
Committers metadata
Last synced: 6 days ago
Total Commits: 63
Total Committers: 3
Avg Commits per committer: 21.0
Development Distribution Score (DDS): 0.079
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Artur Kraev | r****x@g****m | 58 |
| Aljosha Papsch | e****p@s****m | 4 |
| Artur Kraev | a****v@i****u | 1 |
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 0
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
- HNO3Miracle (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total docker downloads: 4,552,199,899
- Total dependent packages: 1,032 (may contain duplicates)
- Total dependent repositories: 676 (may contain duplicates)
- Total versions: 2
proxy.golang.org: github.com/apapsch/go-jsonmerge/v2
Package jsonmerge helps mergeing JSON objects For example you have this documents: original.json { "number": 1, "string": "value", "object": { "number": 1, "string": "value", "nested object": { "number": 2 }, "array": [1, 2, 3], "partial_array": [1, 2, 3] } } patch.json { "number": 2, "string": "value1", "nonexitent": "woot", "object": { "number": 3, "string": "value2", "nested object": { "number": 4 }, "array": [3, 2, 1], "partial_array": { "1": 4 } } } After merge you will have this result: { "number": 2, "string": "value1", "object": { "number": 3, "string": "value2", "nested object": { "number": 4 }, "array": [3, 2, 1], "partial_array": [1, 4, 3] } }
- Homepage: https://github.com/apapsch/go-jsonmerge
- Documentation: https://pkg.go.dev/github.com/apapsch/go-jsonmerge/v2#section-documentation
- Licenses: mit
- Latest release: v2.0.0 (published almost 5 years ago)
- Last Synced: 2026-08-24T10:56:59.812Z (2 days ago)
- Versions: 1
- Dependent Packages: 1,032
- Dependent Repositories: 676
- Docker Downloads: 4,552,199,558
-
Rankings:
- Docker downloads count: 0.06%
- Dependent packages count: 0.169%
- Dependent repos count: 0.281%
- Average: 7.678%
- Forks count: 18.72%
- Stargazers count: 19.159%
proxy.golang.org: github.com/apapsch/go-jsonmerge
Package jsonmerge helps mergeing JSON objects
- Homepage: https://github.com/apapsch/go-jsonmerge
- Documentation: https://pkg.go.dev/github.com/apapsch/go-jsonmerge#section-documentation
- Licenses: mit
- Latest release: v1.0.0 (published over 7 years ago)
- Last Synced: 2026-08-24T09:37:54.631Z (2 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Docker Downloads: 341
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%