Json Dry Versions Save

🌞 JSON-dry allows you to serialize & revive objects containing circular references, dates, regexes, class instances,...

v2.0.0

1 year ago

Version 2.0.0 is a rewrite for all the serialization & parsing logic. It also stores references in a different way than version 1.x.

More information is on the README file.

v1.1.1

1 year ago

Make Dry.parse() add the current path being revived to possible errors

v1.1.0

1 year ago
  • Added whenDone function parameter to the unDry & unDryFunction function calls
  • Fixed infinite loop issue when using Dry.clone() that relies on unDry methods

v1.0.1

6 years ago
  • Fix reference paths being replaced with paths of equal or even longer size

v1.0.0

6 years ago
  • Rewrite code, take over new features from the protoblast package
  • WeakMap is now used instead of multiple Array objects
  • A clone method has been added