UNPKG

faye

Version:

Simple pub/sub messaging for the web

10 lines (7 loc) 246 B
'use strict'; // http://assanka.net/content/tech/2009/09/02/json2-js-vs-prototype/ module.exports = function(object) { return JSON.stringify(object, function(key, value) { return (this[key] instanceof Array) ? this[key] : value; }); };