source:
frontend/node_modules/fast-json-stable-stringify/example/nested.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 109 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | var stringify = require('../'); |
| 2 | var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 }; | |
| 3 | console.log(stringify(obj)); |
Note:
See TracBrowser
for help on using the repository browser.
