Utility for Parsing and Decoding JSON Strings with Error Handling
is there a utility for parsing and decoding a json string? Or should i just Schema.decodeUnkown(JSON.parse)? Would be nice to have JSON.parse errors to be automatically captured as ParseErrors rather than defects (without having to wrap JSON.parse in Effect.try)
