Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Superjson

< >

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

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

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);

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0