- Notifications
You must be signed in to change notification settings - Fork8
saka1/simdjson_ruby
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Ruby bindings forsimdjson.
Add this line to your application's Gemfile:
gem'simdjson'
And then execute:
$ bundleOr install it yourself as:
$ gem install simdjsonSimdjson.parse returns a Hash (if successful).
require'simdjson'pSimdjson.parse%|{"a": 12345}|# => {"a"=>12345}Simdjson.parse%|abcd|# => raise Simdjson::ParseError
- Bug reports and pull requests are welcome on GitHub athttps://github.com/saka1/simdjson_ruby.
Please useclang-format like this:
$ clang-format -style=file -i ext/simdjson/*The gem is available as open source under the terms of theMIT License.
About
Ruby bindings for simdjson
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.