Superjson is a data notation created in 2014 by Matthew Mueller.
| #853on PLDB | 12Years Old |
git clone https://github.com/blitz-js/superjsonA 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);