An open API service for producing an overview of a list of open source projects.

https://github.com/apapsch/go-jsonmerge

Score: 24.94692706231724

Last synced: about 5 hours ago
JSON representation

Repository metadata:

Merge JSON objects


Owner metadata:


GitHub Events

Total
Last Year

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 Email 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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/apapsch/go-jsonmerge

Top Issue Authors

Top Pull Request Authors

  • HNO3Miracle (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

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%