This is an experiment in writing a Ruby wrapper over a simd-json Rust library. It's not intended for production use.
Add this line to your application's Gemfile:
gem 'simd-json'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install simd-json
json = '{ "a": 1, "b": { "c": 2 } }'
Simd::Json.parse(json)