Variable JsonStructConst

JsonStruct: Struct<Json, unknown> = ...

A struct to check if the given value is a valid JSON-serializable value.

This struct sanitizes the value before validating it, so that it is safe to use with untrusted input.