Questions Columns Rows
GitHub icon

Superjson

Superjson - Data notation

< >

Superjson is a data notation created in 2014 by Matthew Mueller.

Source code:
git clone https://github.com/blitz-js/superjson
#929on PLDB 9Years Old

A superset of JSON adding: undefined bigint Date RegExp Set Map Error


Example from the web:
const object = { normal: 'string', timestamp: new Date(), test: /superjson/, }; const { json, meta } = serialize(object);

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 268 feedback@pldb.com Logout