issues
search
ruby
/
json
JSON implementation for Ruby
https://ruby.github.io/json
Other
704
stars
333
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Stop using `rb_gc_mark_locations`
#709
byroot
closed
20 hours ago
0
Optimizations and cleanup for the JRuby extension
#708
headius
opened
2 days ago
2
Don't cache JRuby runtime in static fields
#707
headius
opened
3 days ago
0
Fix redundant to_str call in JSON.[] method
#706
YuheiNakasaka
closed
1 week ago
0
Only use the key cache if the Hash is in an Array
#705
casperisfine
closed
1 week ago
0
Fix $VERBOSE restore
#704
tompng
closed
1 week ago
0
Benchmark `Oj::Parser` in a thread safe way
#703
casperisfine
closed
2 weeks ago
0
JSON.load_file: explictly load the file as UTF-8
#702
casperisfine
closed
2 weeks ago
0
Issue with calling `JSON::Pure::Parser` in new releases
#701
david22swan
closed
2 weeks ago
6
Mark parser.c and Parser.java as generated files
#700
casperisfine
closed
2 weeks ago
0
Added automated update workflow for GitHub Actions
#699
hsbt
closed
2 weeks ago
1
Reduce comparisons when parsing numbers
#698
tenderlove
closed
2 weeks ago
4
Encoding::InvalidByteSequenceError with json 2.8.1
#697
jterapin
closed
2 weeks ago
8
NoMethodError: undefined method `load_file' for JSON:Module
#696
jterapin
closed
2 weeks ago
8
CI: ci.yml - update to actions/checkout@v4
#695
MSP-Greg
closed
2 weeks ago
0
undefined method `parse' for JSON::Ext::Parser:Class
#694
mullermp
closed
2 weeks ago
4
Release 2.8.0
#693
casperisfine
closed
2 weeks ago
0
Implement a fast path for integer parsing
#692
casperisfine
closed
2 weeks ago
0
Move extension directories under `ext/json`
#691
nobu
closed
2 weeks ago
3
Fix right shift warnings
#690
nobu
closed
2 weeks ago
0
parser.rl: parse_string implement a fast path
#689
casperisfine
closed
2 weeks ago
2
Add changes for v2.7.6
#688
y-yagi
closed
2 weeks ago
1
Categorize deprecated warning
#687
nobu
closed
2 weeks ago
1
JSON.dump: write directly into the provided IO
#686
byroot
closed
2 days ago
8
Turn `json_pure` into an empty gem
#685
casperisfine
closed
2 weeks ago
1
[2.7.x] Raise JSON::GeneratorError instead of Encoding::UndefinedConversionError
#684
byroot
closed
2 weeks ago
0
Raise JSON::GeneratorError instead of Encoding::UndefinedConversionError
#683
casperisfine
closed
2 weeks ago
0
Prevent loading both `json/ext` and `json/pure`
#682
casperisfine
closed
2 weeks ago
4
Fix some warnings in the test suite
#681
casperisfine
closed
2 weeks ago
0
Add option :allow_trailing_comma to JSON#parse
#680
casperisfine
closed
2 weeks ago
0
Add tests for the behavior of JSON.generate with base types subclasses
#679
casperisfine
closed
2 weeks ago
2
Use batch APIs to create Array and Hash objects
#678
byroot
closed
2 weeks ago
1
Get rid of the .h files
#677
byroot
closed
2 weeks ago
0
JSON::Ext::Parser mark the name cache entries when not on the heap
#676
byroot
closed
2 weeks ago
0
Cache parsed object names
#675
byroot
closed
3 weeks ago
4
Speedup #generate_json by using case/when/end
#674
eregon
closed
2 weeks ago
3
Elude parser allocation
#673
byroot
closed
3 weeks ago
3
New segfault in >= 2.7.3 at the intersection of bootsnap, oj, activesupport, GC.verify_compaction_references
#672
gmalette
closed
3 weeks ago
6
json_string_unescape: Use the returned RString as buffer
#671
casperisfine
closed
3 weeks ago
0
json_string_unescape: assume the string doesn't need escaping
#670
casperisfine
closed
3 weeks ago
0
Trigger write barrier when setting Generator::State configs
#669
casperisfine
closed
3 weeks ago
0
JSON.generate: call to_json on String subclasses
#668
casperisfine
closed
3 weeks ago
9
active_support test began to fail beginning with json 2.7.3
#667
mtasaka
closed
3 weeks ago
1
update json version to correct version
#666
ajayk
closed
3 weeks ago
1
Add test for parsing broken strings and use String#encode instead of rb_str_conv_enc() in parser
#665
eregon
closed
3 weeks ago
2
Skip calling configure if there are no options
#664
eregon
closed
3 weeks ago
2
Setup ruby_memcheck
#663
casperisfine
closed
3 weeks ago
0
Elide Generator::State allocation until a to_json method has to be called
#662
casperisfine
closed
3 weeks ago
0
generator.c: store pretty strings in VALUE
#661
casperisfine
closed
3 weeks ago
0
Remove double semicolon at end of line in parser
#660
peterzhu2118
closed
3 weeks ago
0
Next