1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-13 00:55:48 +00:00

4 lines
97 B
JavaScript
Raw Normal View History

2019-01-06 13:14:45 -06:00
var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));