Safely parses a json string and returns the result, or an Error, instead of throwing an Error. Also wraps the type.
The json still in string format.
The parsed JSON, or an Error object if the JSON was malformed.
Generated using TypeDoc
Safely parses a json string and returns the result, or an Error, instead of throwing an Error. Also wraps the type.