json
No description
Functions (8)
is-valid-json
Function
Checks if a string is valid JSON
json-get
Function
Gets a value from a JSON object using dot notation path
json-keys
Function
Gets all keys from a JSON object as an array
json-merge
Function
Deep merges two JSON objects into one
json-set
Function
Sets a value in a JSON object at a specific path
json-values
Function
Gets all values from a JSON object as an array
parse-json
Function
Parses a JSON string into an object or array
stringify-json
Function
Converts an object or array to a JSON string