Echo JS 0.11.0

<~>

tracker1 889 days ago. link 1 point
`undefined` doesn't serialize as there's no representation, the exception is when it's an array member, in which case it's  replaced with null.

Would have been nice to include a dehydration function example.
Gnito 890 days ago. link 1 point
JSON.stringify doesn’t return string when the content is not JSON. What a surprise…