Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more. At Blitz, we have struggled with the limitations of JSON. We often find ourselves working with Date, Map, Set or BigInt, but JSON.stringify doesn't support any of them without going through the hassle of converting manually. Superjson solves these issues by providing a thin wrapper over JSON.stringify and JSON.parse. For cases where you want lower level access to the json and meta data in the output, you can use the serialize and deserialize functions.
Features
- Use with Next.js
- Reliable serialization and deserialization
- Type safety with autocompletion
- Negligible runtime footprint
- Framework agnostic
- Perfect fix for Next.js's serialisation limitations in getServerSideProps and getInitialProps
Categories
JSONLicense
MIT LicenseFollow superjson
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of superjson!