Closed
Description
The repository has a limitation where it throws an error: "The type of key must be string or number"
I’d like to understand whether it’s acceptable to address this by converting the key to JSON before processing or by adding a callback function for the consumer to handle this case.
Using an object as a key is supported in other languages, and I need to decode data encoded with a MessagePack library from another language.