We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When key used in a kv storage is shaped as JSON string, then we need some additional support besides what is available in JSON spec
The text was updated successfully, but these errors were encountered:
Terminator byte = 0 TypeMissing byte = 11 TypeNull byte = 12 TypeFalse byte = 13 TypeTrue byte = 14 TypeNumber byte = 15 TypeString byte = 16 TypeLength byte = 17 TypeArray byte = 18 TypeObj byte = 19 TypeBinary byte = 20
Creating a gap between Terminator and TypeNull, for more types that can be included later on.
Sorry, something went wrong.
Adjust default Type code for collation #15.
48d659c
These representations can be added in collation binary format. While some more analysis are required for JSON and CBOR.
Sparse JSON type prefix #15.
e393564
prataprc
No branches or pull requests
When key used in a kv storage is shaped as JSON string, then we need some additional support besides what is available in JSON spec
The text was updated successfully, but these errors were encountered: