jsonbinpack
Version:
A space-efficient schema-driven binary JSON serialization format based on JSON Schema
129 lines (128 loc) • 2.27 kB
JSON
{
"type": "enum",
"encoding": "TOP_LEVEL_8BIT_CHOICE_INDEX",
"options": {
"choices": [
{
"rules": {
"no-any": [
false
],
"radix": [
false
],
"ordered-imports": {
"options": {
"grouped-imports": false
}
}
}
},
{
"rules": {
"no-any": [
false
],
"radix": [
false
],
"ordered-imports": {
"options": {
"grouped-imports": true
}
}
}
},
{
"rules": {
"no-any": [
false
],
"radix": [
true
],
"ordered-imports": {
"options": {
"grouped-imports": false
}
}
}
},
{
"rules": {
"no-any": [
false
],
"radix": [
true
],
"ordered-imports": {
"options": {
"grouped-imports": true
}
}
}
},
{
"rules": {
"no-any": [
true
],
"radix": [
false
],
"ordered-imports": {
"options": {
"grouped-imports": false
}
}
}
},
{
"rules": {
"no-any": [
true
],
"radix": [
false
],
"ordered-imports": {
"options": {
"grouped-imports": true
}
}
}
},
{
"rules": {
"no-any": [
true
],
"radix": [
true
],
"ordered-imports": {
"options": {
"grouped-imports": false
}
}
}
},
{
"rules": {
"no-any": [
true
],
"radix": [
true
],
"ordered-imports": {
"options": {
"grouped-imports": true
}
}
}
}
]
}
}