bendy
bendy copied to clipboard
Change MAX_DEPTH of value::Value to 0
Per the documentation in encoding.rs, MAX_DEPTH of a variable-sized object should be set to 0 and then explicitly padded when creating the decoder.
This will fix #37 properly, but is a breaking change.