How to use the json/cycle.decycle function in json

To help you get started, we’ve selected a few json examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jondubois / nombo / node_modules / ncom / formatter.js View on Github external
module.exports.stringify = function (object) {
	return json.stringify(cycle.decycle(object));
};
github jondubois / nombo / node_modules / ndata / formatter.js View on Github external
module.exports.stringify = function(object)  {
	return json.stringify(cycle.decycle(object));
}