Safely fetch and attempt to parse the responses json.
Optional
import { safeFetchJson } from '@jvlk/fp-ts-fetch'safeFetchJson('api.com')() // => Either<Error, T> Copy
import { safeFetchJson } from '@jvlk/fp-ts-fetch'safeFetchJson('api.com')() // => Either<Error, T>
1.1.0
Safely fetch and attempt to parse the responses json.