Expectedtoreturna`boolean` of whether to include the property `prop` of the object `obj`intheoutput.
#####transform(obj,prop,originalResult)
Type:`Function`<br>
Default:`undefined`
Expectedtoreturna`string` that transforms the string that resulted from stringifying `obj[prop]`. This can be used to detect special types of objects that need to be stringified in a particular way. The `transform` function might return an alternate string in this case, otherwise returning the `originalResult`.