mockJSON
mockJSON copied to clipboard
Added optional parameter $.mockJSON.log to turn off console.log
This allows us to turn off console.log, which can get messy.
if ($.mockJSON.log) {
console.log(key);
console.log(params);
}