Describe the problem
https://docs.kunkun.sh/developer/api/kv/
Currently KB only supports standard JSON.parse and JSON.stringify.
Data types like Uint8Array and Date are not supported.
Describe the solution you'd like
Simply replace it with superjson.
See https://www.npmjs.com/package/superjson for the supported data types.
Alternatives considered
No response
Additional context
No response
Contributes
Searched
Describe the problem
https://docs.kunkun.sh/developer/api/kv/
Currently KB only supports standard
JSON.parseandJSON.stringify.Data types like
Uint8ArrayandDateare not supported.Describe the solution you'd like
Simply replace it with superjson.
See https://www.npmjs.com/package/superjson for the supported data types.
Alternatives considered
No response
Additional context
No response
Contributes
Searched