The parseJson combinator offers a method to convert JSON strings into the unknown type using the underlying functionality of JSON.parse. It also employs JSON.stringify for encoding.
parseJson
unknown
JSON.parse
JSON.stringify
Optional
1.0.0
The
parseJson
combinator offers a method to convert JSON strings into theunknown
type using the underlying functionality ofJSON.parse
. It also employsJSON.stringify
for encoding.