Understanding the Functionality of S.parseJson for Parsing and Decoding JSON
How does
S.parseJson works? I can parse json string using JSON.parse, which returns unknown. than i can decode it using schema. Is there any optimization of using S.parseJson. Looks like it does parsing and decoding in the same phase. I don't see a big difference