RegExp to match the first non-space in a string.
Allowed whitespace is defined in RFC 7159:
ws = *( %x20 / ; Space %x09 / ; Horizontal tab %x0A / ; Line feed or New line %x0D ) ; Carriage return
Create strict violation syntax error matching native error.
Get the first non-whitespace character in a string.
Create a middleware to parse JSON bodies.
Normalize a SyntaxError for JSON.parse.
Generated using TypeDoc
RegExp to match the first non-space in a string.
Allowed whitespace is defined in RFC 7159:
ws = *( %x20 / ; Space %x09 / ; Horizontal tab %x0A / ; Line feed or New line %x0D ) ; Carriage return