Convert between JSON Object and String
JSON.parse(string) -> JSON object
JSON.stringify(JSON object) -> string
delete and insert items to an array
splice() // delete
push() // insert
Static Type
JS本来是一种无类型语言,TypeScript让它变成有类型的语言,从而更容易构建强壮的大型程序。
Versioning
^1.2.0
表示只是在1.x.x版本的范围内升级,所以不会造成breaking change.
Coding Style
多种Coding Style各不相同。 https://docs.npmjs.com/misc/coding-style