Skip to content

Tags: RubyLane/rl_json

Tags

0.15.1

Toggle 0.15.1's commit message
Can't check for trailing byte errors in get or extract

They don't necessarily read as far as the end of the CBOR object.

Add exception for path not found.

0.15

Toggle 0.15's commit message
Initial CBOR support

For now, just a stand-alone command with basic read support.  Despite
suggestions in the RFC, CBOR isn't really that tight a match for JSON, but many
other JSON libraries also support CBOR, and there may be value in tight
integration to provide CBOR as a serialization option for JSON (JSON to CBOR
and back is lossless, in contrast to the other way around).

0.14

Toggle 0.14's commit message
v0.14

- Fixes for set and unset cases involving variable write traces
- Export build config for jitc integration
- Stubs c API fixes
- Unload fixes
- Arg checking modernisation

v0.14

Toggle v0.14's commit message
v0.14

- Fixes for set and unset cases involving variable write traces
- Export build config for jitc integration
- Stubs c API fixes
- Unload fixes
- Arg checking modernisation

0.12.2

Toggle 0.12.2's commit message
Build fixes

0.12.1.2

Toggle 0.12.1.2's commit message
Benchmark fixes

0.12.1.1

Toggle 0.12.1.1's commit message
Exclude the jsontestsuite submodule by default

0.12.1

Toggle 0.12.1's commit message
Get benchmarking basically working again

0.12.0

Toggle 0.12.0's commit message
Fix unicode escape handling

0.11.5.1

Toggle 0.11.5.1's commit message
TIP445 compat