type for valid JSON value?
Is there a built-in or easy way to make sure a given input is a valid JSON value? Basically the opposite of
type("string.json.parse") I guesstype("string.json.parse")type("string.json.parse") I guess