Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
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
.
Pointfree functional composition / Forth style stack execution engine