OpenProduct

seroval

devtool
Visit site
0
Tracked since 2026-06-18
Share
AI Summary

seroval is a JavaScript serialization library that converts complex JS values (including circular references, Promises, and custom classes) into a string format for transmission or storage. It's designed for developers building tools like structured clone alternatives, testing utilities, or state persistence systems that need to faithfully reproduce JavaScript objects. Its interest lies in handling edge cases like `undefined`, `NaN`, and `Symbol` values that standard `JSON.stringify` cannot, making it a more robust devtool for advanced serialization needs.

Cross-platform signals

GH
GitHub
View
718
stars
16
forks
Updated 2026-07-05

You might also like

More in devtool