Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Superjson

< >

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

#794on PLDB 10Years Old
Download source code:
git clone https://github.com/blitz-js/superjson

Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.


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 About Acknowledgements Extensions Day 626 feedback@pldb.io