References
array() = [value()]
boolean_() = boolean()
bytes() = binary()
double() = float() | '#Inf' | '#-Inf'
float_() = double()
int32() = -2147483648..2147483647
map_() = #{unicode:unicode_binary() => value()}
nonmap_value() = utf8_string() | double() | bytes() | uint16() | uint32() | int32() | uint64() | uint128() | array() | boolean() | float_()
uint128() = 0..340282366920938463463374607431768211455
uint16() = 0..65535
uint32() = 0..4294967295
uint64() = 0..18446744073709551615
utf8_string() = unicode:unicode_binary()
value() = map_() | nonmap_value()
Generated by EDoc