You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to values just throws exceptions: Not A Map
This is CBOR data that is just arrays of arrays, it's not my data type, it's from a 3rd party. I did not seem to have issue parsing it with python or JS available libs, so I assume I may need to access this in some specific way??
This is effectively the schema of the CBOR encoded data, written in typescript, with WrrRawReqResV1 being the entire encoded object.
Access to values just throws exceptions:
Not A Map
This is CBOR data that is just arrays of arrays, it's not my data type, it's from a 3rd party. I did not seem to have issue parsing it with python or JS available libs, so I assume I may need to access this in some specific way??
This is effectively the schema of the CBOR encoded data, written in typescript, with
WrrRawReqResV1
being the entire encoded object.The text was updated successfully, but these errors were encountered: