Const
The ParseJson schema 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
1.0.0
The
ParseJson
schema offers a method to convert JSON strings into theunknown
type using the underlying functionality ofJSON.parse
. It also employsJSON.stringify
for encoding.