▲ When stringify doesn't return a string at evanhahn.com▼2 up and 0 down, posted by EvanHahn 1070 days ago 2 comments
tracker1 1069 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 1070 days ago. link 1 point ▲ ▼JSON.stringify doesn’t return string when the content is not JSON. What a surprise…