ladda-js / ladda

JavaScript data fetching layer with caching
https://petercrona.gitbooks.io/ladda/content/
MIT License
112 stars 16 forks source link

Properly serialize recursive objects #39

Closed janv closed 6 years ago

janv commented 6 years ago

Treat objects as special case instead of the other way around.

Before, once you started serializing an object, there was no way out again. This problem only surfaces with the introduction of the date serialization.