Search
@stdlib/utils-parse-json
Parse a string as JSON.
v0.2.2 URL:
https://unpkg.com/@stdlib/utils-parse-json@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdutils
stdutil
utilities
utility
utils
util
json
parse
try
trap
catch
json.parse
string
str
utils-properties-parse
Attempts to parse an input string according to the .properties specification.
v1.0.0 URL:
https://unpkg.com/utils-properties-parse@1.0.0/lib/index.js
Open
Browse Files
utils
util
utilities
utility
properties
parse
try
trap
catch
utils-json5-parse
Attempts to parse an input string as JSON5.
v1.0.0 URL:
https://unpkg.com/utils-json5-parse@1.0.0/lib/index.js
Open
Browse Files
utils
util
utilities
utility
json
json5
parse
try
trap
catch
config
utils-json-parse
Wraps JSON#parse in a try/catch block.
v1.0.0 URL:
https://unpkg.com/utils-json-parse@1.0.0/lib/index.js
Open
Browse Files
utils
util
utilities
utility
json
parse
try
trap
catch
json-parse
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`.
v1.0.3 URL:
https://unpkg.com/json-parse@1.0.3/index.js
Open
Browse Files
JSON
JSON.parse
catch
curried
functional
higher-order
json
json-parse
parse
parse json
parser
point-free
pointfree
safe
try
try/catch