Superjson is a data notation created in 2014 by Matthew Mueller.
git clone https://github.com/blitz-js/superjson
#929on PLDB | 9Years Old |
A superset of JSON adding: undefined bigint Date RegExp Set Map Error
const object = {
normal: 'string',
timestamp: new Date(),
test: /superjson/,
};
const { json, meta } = serialize(object);