This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
xiaojincai
/
yrxzy
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
2effbd93de
Ramas
Etiquetas
master
yrxzy
/
node_modules
/
_json-stable-stringify-without-jsonify@1.0.1@json-stable-stringify-without-jsonify
/
example
/
str.js
str.js
97 B
Histórico
Raw
1
2
3
4
var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));