A thin wrapper around JSON.parse to catch a possible parse error and deliver it as a Maybe.JsonAccessError. If parsing finishes without error, the parsing result is returned.
JSON.parse
A thin wrapper around
JSON.parseto catch a possible parse error and deliver it as a Maybe.JsonAccessError. If parsing finishes without error, the parsing result is returned.