Parse JSON without throwing. Value returned will be SerializableValueStrict, which is more helpful than JSON.parse's any. Errors will be caught within parseJSON using runSafe.
SerializableValueStrict
any
parseJSON
runSafe
Parse JSON without throwing. Value returned will be
SerializableValueStrict
, which is more helpful than JSON.parse'sany
. Errors will be caught withinparseJSON
usingrunSafe
.