A summary of data about the Ruby ecosystem.

https://github.com/ruby/json

JSON implementation for Ruby
https://github.com/ruby/json

Keywords

json json-parser ruby

Keywords from Contributors

rubygems activerecord activejob mvc rack documentation-tool ruby-gem rspec sinatra libyaml

Last synced: about 1 hour ago
JSON representation

Repository metadata

JSON implementation for Ruby

README-json-jruby.md

JSON-JRuby

JSON-JRuby is a port of Florian Frank's native
json library to JRuby.

Development version

The latest version is available from the
Git repository:

git clone git://github.com/mernen/json-jruby.git

Compiling

You'll need JRuby version 1.2 or greater to build JSON-JRuby.
Its path must be set on the jruby.dir property of
nbproject/project.properties (defaults to ../jruby).

Additionally, you'll need Ant, and
Ragel 6.4 or greater.

Then, from the folder where the sources are located, type:

ant clean jar

to clean any leftovers from previous builds and generate the .jar files.
To generate a RubyGem, specify the gem action rather than jar.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 15 days ago

Total Commits: 1,337
Total Committers: 117
Avg Commits per committer: 11.427
Development Distribution Score (DDS): 0.69

Commits in past year: 280
Committers in past year: 27
Avg Commits per committer in past year: 10.37
Development Distribution Score (DDS) in past year: 0.396

Name Email Commits
Florian Frank f****i@p****e 415
Jean Boussier j****r@g****m 309
Hiroshi SHIBATA h****t@r****g 119
Nobuyoshi Nakada n****u@r****g 77
Charles Oliver Nutter h****s@h****m 38
Étienne Barrié e****e@g****m 33
Benoit Daloze e****p@g****m 20
Yusuke Endoh m****e@r****g 19
Kenta Murata m****n@m****p 18
Scott Myron s****n@g****m 17
BurdetteLamar b****r@y****m 14
NARUSE, Yui n****e@a****p 14
Zachary Scott e@z****o 13
Aaron Patterson t****e@r****g 10
Marc-Andre Lafortune g****b@m****a 10
Vipul A M v****d@g****m 10
kares s****f@k****g 9
Daniel Luz d****v@m****m 7
Watson w****8@g****m 7
tompng t****n@g****m 7
Michael Mac-Vicar m****r@g****m 6
Sho Hashimoto s****t@g****m 5
Olle Jonsson o****n@g****m 4
Per Lundberg p****g@e****m 4
Peter Zhu p****r@p****a 4
GrantBirki g****e@g****m 4
eno e****o@o****g 4
Takashi Kokubun t****n@g****m 4
Shota Fukumori (sora_h) s****4@g****m 4
Ryan Davis r****y@z****m 4
and 87 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 6 days ago

Total issues: 195
Total pull requests: 427
Average time to close issues: over 2 years
Average time to close pull requests: 2 months
Total issue authors: 157
Total pull request authors: 62
Average comments per issue: 3.43
Average comments per pull request: 1.81
Merged pull request: 323
Bot issues: 0
Bot pull requests: 1

Past year issues: 40
Past year pull requests: 214
Past year average time to close issues: 1 day
Past year average time to close pull requests: 6 days
Past year issue authors: 34
Past year pull request authors: 26
Past year average comments per issue: 2.65
Past year average comments per pull request: 2.38
Past year merged pull request: 156
Past year bot issues: 0
Past year bot pull requests: 1

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ruby/json

Top Issue Authors

  • headius (9)
  • mperham (7)
  • byroot (7)
  • mernen (3)
  • eregon (3)
  • myronmarston (3)
  • nurse (3)
  • nobu (2)
  • marcandre (2)
  • hsbt (2)
  • Wardrop (2)
  • nvasilevski (2)
  • jterapin (2)
  • david22swan (2)
  • jonleighton (2)

Top Pull Request Authors

  • casperisfine (95)
  • byroot (93)
  • hsbt (34)
  • samyron (25)
  • nobu (23)
  • etiennebarrie (22)
  • eregon (15)
  • radiospiel (12)
  • headius (10)
  • tompng (9)
  • GrantBirki (6)
  • peterzhu2118 (4)
  • robinetmiller (4)
  • k0kubun (4)
  • mame (3)

Top Issue Labels

  • bug (15)
  • fixed (11)
  • new feature (9)
  • jruby (7)
  • rfc (3)
  • worksforme (3)
  • 3rd party bug (1)
  • duplicate (1)

Top Pull Request Labels

  • new feature (2)
  • bug (2)
  • documentation (1)
  • dependencies (1)
  • github_actions (1)
  • fixed (1)

Package metadata

gem.coop: json

This is a JSON implementation as a Ruby extension in C.

  • Homepage: https://github.com/ruby/json
  • Documentation: http://www.rubydoc.info/gems/json/
  • Licenses: Ruby
  • Latest release: 2.17.1 (published 8 days ago)
  • Last Synced: 2025-12-08T18:30:56.268Z (3 days ago)
  • Versions: 203
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,158,626,712 Total
  • Docker Downloads: 5,012,561,786
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.002%
    • Downloads: 0.006%
  • Maintainers (5)
gem.coop: json_pure

This is a JSON implementation in pure Ruby.

  • Homepage: https://ruby.github.io/json
  • Documentation: http://www.rubydoc.info/gems/json_pure/
  • Licenses: Ruby
  • Latest release: 2.8.1 (published about 1 year ago)
  • Last Synced: 2025-12-08T05:30:43.507Z (4 days ago)
  • Versions: 82
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 69,073,445 Total
  • Docker Downloads: 549,489,576
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.147%
    • Docker downloads count: 0.179%
    • Downloads: 0.408%
  • Maintainers (5)
rubygems.org: json

This is a JSON implementation as a Ruby extension in C.

rubygems.org: json_pure

This is a JSON implementation in pure Ruby.

  • Homepage: https://ruby.github.io/json
  • Documentation: http://www.rubydoc.info/gems/json_pure/
  • Licenses: Ruby
  • Latest release: 2.8.1 (published about 1 year ago)
  • Last Synced: 2025-12-08T17:01:49.145Z (3 days ago)
  • Versions: 82
  • Dependent Packages: 599
  • Dependent Repositories: 28,645
  • Downloads: 69,088,025 Total
  • Docker Downloads: 549,489,576
  • Rankings:
    • Dependent packages count: 0.076%
    • Dependent repos count: 0.21%
    • Docker downloads count: 0.232%
    • Downloads: 0.361%
    • Average: 0.773%
    • Forks count: 1.496%
    • Stargazers count: 2.261%
  • Maintainers (5)
proxy.golang.org: github.com/ruby/json

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/ruby/json#section-documentation
  • Licenses: other
  • Latest release: v2.17.1+incompatible (published 8 days ago)
  • Last Synced: 2025-12-06T23:02:33.025Z (5 days ago)
  • Versions: 95
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.442%
    • Average: 5.624%
    • Dependent repos count: 5.807%
rubygems.org: ed-precompiled_json

This is a JSON implementation as a Ruby extension in C.

  • Homepage: https://github.com/ruby/json
  • Documentation: http://www.rubydoc.info/gems/ed-precompiled_json/
  • Licenses: Ruby
  • Latest release: 2.15.1 (published 2 months ago)
  • Last Synced: 2025-12-06T23:02:31.727Z (5 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 642 Total
  • Rankings:
    • Forks count: 1.459%
    • Stargazers count: 2.129%
    • Dependent packages count: 14.231%
    • Average: 30.696%
    • Dependent repos count: 43.59%
    • Downloads: 92.073%
  • Maintainers (1)
gem.coop: ed-precompiled_json

This is a JSON implementation as a Ruby extension in C.

  • Homepage: https://github.com/ruby/json
  • Documentation: http://www.rubydoc.info/gems/ed-precompiled_json/
  • Licenses: Ruby
  • Latest release: 2.15.1 (published 2 months ago)
  • Last Synced: 2025-12-06T23:02:32.177Z (5 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 642 Total
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 33.154%
    • Downloads: 99.463%
  • Maintainers (1)

Dependencies

Gemfile rubygems
  • all_images ~> 0
  • rake >= 0
  • test-unit >= 0
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite
json-java.gemspec rubygems
json.gemspec rubygems
json_pure.gemspec rubygems

Score: 34.70049543677614