mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
rename tests to conform
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <reference path="json5.d.ts" />
|
||||
import JSON5 = require('json5');
|
||||
|
||||
var obj = JSON5.parse("{ key:'val', 'key2':[0,1,2,] } //comment ");
|
||||
var str = JSON5.stringify(obj, null, "\t");
|
||||
console.log(str);
|
||||
|
||||
Reference in New Issue
Block a user