4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-08 21:46:55 +00:00
setup-helm/node_modules/fast-json-stable-stringify/example/str.js

3 lines
97 B
JavaScript

var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));