json-stream icon indicating copy to clipboard operation
json-stream copied to clipboard

A streaming JSON parser that generates SAX-like events.

Results 5 json-stream issues
Sort by recently updated
recently updated
newest added

We need to use ruby/setup-ruby instead of actions/setup-ruby. actions/setup-ruby is deprecated. It doesn't support newer Rubies. See: https://github.com/actions/setup-ruby/commit/e932e7af67fc4a8fc77bd86b744acd4e42fe3543 We can use bundler-cache to run Bundler and cache the result with...

Hi @dgraham! Thanks a lot for this gem and your open source work! I noticed that the latest release for this gem does not include all the the most recent...

## Issue When running tests with Ruby 3.4.0rc1, the following warnings are displayed. ```console $ rake test Run options: --seed 46514 /work/ruby/json-stream/lib/json/stream/parser.rb:549: warning: literal string will be frozen in the...

Fixes dgraham/json-stream#9

Ruby 3.4.5: ``` bin/rake test ... ./home/sheldonh/git/json-stream/lib/json/stream/parser.rb:187: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) /home/sheldonh/git/json-stream/lib/json/stream/parser.rb:555: warning: literal string will be frozen in...