Jsonb Versions Save

JSONB implement in rust

v0.3.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/datafuselabs/jsonb/compare/v0.2.3...v0.3.0

v0.2.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/datafuselabs/jsonb/compare/v0.2.2...v0.2.3

v0.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/datafuselabs/jsonb/compare/v0.2.1...v0.2.2

v0.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/datafuselabs/jsonb/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/datafuselabs/jsonb/compare/v0.1.1...v0.2.0

v0.1.1

1 year ago
  • Rename project name to jsonb.
  • Add Readme description.
  • Use stable Rust.

v0.1.0

1 year ago

the first version of jsonb-rs

  • Implement a JSON parser.
  • Implement JSONB encodes and decodes.
  • Implemented a number of JSONB functions.