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

https://github.com/stleary/JSON-java

hackoberfest2023 hacktoberfest java json public-domain

Score: 13.195771819229467

Last synced: about 2 hours ago
JSON representation

Repository metadata:

A reference implementation of a JSON package in Java.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 1,027
Total Committers: 115
Avg Commits per committer: 8.93
Development Distribution Score (DDS): 0.682

Commits in past year: 66
Committers in past year: 9
Avg Commits per committer in past year: 7.333
Development Distribution Score (DDS) in past year: 0.652

Name Email Commits
stleary s****y@g****m 327
John J. Aylward j****d@s****m 111
John J. Aylward j****d@s****m 51
Douglas Crockford d****s@c****m 51
Sean Leary s****y@S****t 46
Simulant n****v@g****m 43
John J. Aylward j****n@j****t 39
rikkarth r****s@o****m 31
marilynel m****y@g****m 23
Bence Erős e****8@g****m 23
Douglas Crockford d****d@g****m 14
Zach z****m@u****u 13
rudrajyoti biswas r****s@o****m 12
Valentyn Kolesnikov j****5@g****m 11
Miguel m****a@g****m 10
Felix Leipold f****d@g****m 9
Dean d****e@o****m 8
Nicholas Cull r****0@g****m 8
Rahul Kumar r****2@p****m 7
Éamonn McManus e****n@m****t 7
Tamas Perger t****r@e****k 6
simonh5 s****5@i****u 5
Artem Smotrakov a****v@s****m 5
Cleydyr de Albuquerque c****r@g****m 5
sk02241994 s****7@g****m 5
XIAYM-gh x****3@q****m 4
Stranck s****n@g****m 4
Erik C. Thauvin e****k@t****t 4
Aditya Purohit a****7@g****m 4
Keaton Taylor k****y@a****m 4
and 85 more...

Issue and Pull Request metadata

Last synced: 7 days ago

Total issues: 174
Total pull requests: 239
Average time to close issues: 6 months
Average time to close pull requests: 14 days
Total issue authors: 118
Total pull request authors: 85
Average comments per issue: 4.87
Average comments per pull request: 2.93
Merged pull request: 144
Bot issues: 0
Bot pull requests: 0

Past year issues: 41
Past year pull requests: 88
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 4 days
Past year issue authors: 26
Past year pull request authors: 18
Past year average comments per issue: 2.07
Past year average comments per pull request: 1.6
Past year merged pull request: 53
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/stleary/JSON-java

Top Issue Authors

  • stleary (25)
  • Simulant87 (10)
  • javadev (7)
  • johnjaylward (4)
  • BIngDiAn-s (4)
  • rhoehener (3)
  • PoppingSnack (3)
  • eamonnmcmanus (2)
  • effad (2)
  • holgerbrandl (2)
  • davejbur (2)
  • bherw (2)
  • Justsvetoslavov (1)
  • quanchentg (1)
  • shawnhe (1)

Top Pull Request Authors

  • stleary (52)
  • Simulant87 (31)
  • marilynel (20)
  • johnjaylward (10)
  • javadev (8)
  • tanujdoshi (7)
  • rikkarth (6)
  • devpatel43543 (6)
  • ZachsCoffee (6)
  • michael-ameri (6)
  • alwinsanil (5)
  • davejbur (4)
  • rudrajyotib (4)
  • surajdm123 (3)
  • harshith8854 (3)

Top Issue Labels

  • Active discussion (34)
  • Available for someone to work on (12)
  • In progress (8)
  • No changes at this time (7)
  • Hacktoberfest (4)
  • Keep issue open (3)
  • Awaiting further input from submitter (2)
  • Issue closed (2)
  • Issue closed - no activity (1)
  • hacktoberfest-accepted (1)
  • fix in progress (1)
  • Keep open (1)
  • Completed (1)
  • License issues (1)
  • Pending response from author (1)
  • High priority (1)

Top Pull Request Labels

  • Approved - 3-day window (27)
  • hacktoberfest-accepted (16)
  • Hacktoberfest (8)
  • In review (6)
  • spam (2)
  • Approved - by myself (2)
  • Approved - 7 day comment window (2)
  • Draft (2)
  • Active discussion (1)
  • Assigned to Mel (1)
  • Fixed in another PR (1)
  • Pending response from submitter (1)
  • Code review action items (1)

Dependencies

build.gradle maven
  • com.jayway.jsonpath:json-path 2.1.0 testImplementation
  • junit:junit 4.13.1 testImplementation
  • org.mockito:mockito-core 1.9.5 testImplementation
pom.xml maven
  • com.jayway.jsonpath:json-path 2.1.0 test
  • junit:junit 4.13.1 test
  • org.mockito:mockito-core 1.9.5 test
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/pipeline.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact v1 composite