Super simple and non-recursive JSON parse/stringify library
Transform environment variables into JSON object with sanitized values.
serialize and de-serialize any JavaScript data
Curried function that calls JSON.parse
on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a SyntaxError
.