Returns a beautified, string-representation of an Object based on it's enumerable properties.
Formats and Object into a 4-space tabbed JSON String
The Object to format
The formatted JSON String
A safe, compact version of Object.hasOwnProperty(prop)
The object to search
The property name to search for
true, if found
Like Array.map(), but for Object literals
An Object literal to Map
The handler for each property
The newly mapped Object literal
Like JSN.map(), except this maps to a specific property within
each property's own Object literal
An Object literal to Map
The sub-property to map to
The newly mapped Object literal
Edits the properties in an Object literal if the properties match a specified pattern
An Object literal to Map
The handler for each property
A String of RegExp modifiers
The newly edited Object literal
Formats an Object literal's keys & values into String given a specified template
An Object literal to format
Patterns to format the keys/value pairs by
Reverses the key order, if true
The formatted JSON String
Gets the length of an Object literal
The Object literal
The length of the Object literal
Splits an Object literal into separate key and value Arrays
The Object literal
An Object with the key and value Arrays
Converts an Array of Object literals into a JSON String object for HTTP
requests. It does this by grabbing the specified key from each item, and adds
said item into an Object literal property as key: item. This is useful when
dealing with MySQL.RowData.
An Array of Row results
The property
An Object lieteral denoting the propety path to set each Row in.
A query object used for further customization
A JSON formatted String
Creates an Object literal of options & links
The page & limit Numbers
The actual results themselves
A preceding path for this Endpoint
The POST parameters
Any Related links
An Object literal of options & links
Creates a JSON object for HTTP results
A 0 for success or an Error code
The actual results themselves
The result's metadata
The result's relavent links
A JSON object for HTTP results
Creates a payload object of HTTP results
The actual results themselves
The result's metadata
The result's relavent links
The HTTP status code
The payload object
Creates a payload object of HTTP documentation
The Endpoint being documented
A decsriptive message
The actual documentation
code The HTTP status code
The payload object
Displays a specified message or the first line of the Error.stack if the message if null
A message to display for the Error
The Error object, which will be used if the message is null
The Error message
A collection of
JSONhandlingfunctions