Replace JSON.parse()
with functionality of package stream-json
#155
Labels
JSON.parse()
with functionality of package stream-json
#155
Description
In #143 we did some research for finding alternatives to
JSON.parse()
within theStore.loadFromDisk()
function.In the scope of this issue we want to do the actual implementation part that is mentioned in #143
Relevant Job Stories
JSON.parse
#143Estimated size (S, M, L)
I think this issue is S because, there are only very small changes that are involved. (Adding a new dependency and replacing one function call with another)
The text was updated successfully, but these errors were encountered: