Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kiro
1145 days ago
And how do deserialize it back to a StringMap without manually doing so? Being able to run a JSON.stringify and then JSON.parse on your state tree seamlessly is important imo.
1 comments
programmarchy
1145 days ago
I’ve been using io-ts for this and been very happy with it. [1] It’s similar to Swift’s Coding protocol in case you’re familiar.
[1]
https://gcanti.github.io/io-ts/
link
[1] https://gcanti.github.io/io-ts/