Variable ParseJsonConst

      ParseJson: Schema<string, unknown>

      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.

      Since

      1.0.0