-
I need to do a "canonical" encoding in CBOR -- much as described in http://tools.ietf.org/html/rfc7049#section-3.9. In other words, I need to make some calls to the encoder that when given the same i…
-
Can you provide encode/decode methods (not functions) as an alias to Load/Dump in the OO API so that we could use this as a generic serializer without too much boilerplate? Most Perl searializers (JSO…
-
Storable has STORABLE_\* hooks for classes to play nice with Storable. JSON supports the TO_JSON method with the 'convert_blessed' option.
While it would mean _another_ hook to implement, it might b…