json-ld-transform
这是一个旨在将每个json转换为。
如何使用
首先,克隆存储库。
$ git clone https://github.com/krinde/json-ld-transform.git
然后,在本地安装依赖项。
$ cd json-ld-transform
$ npm install
最后,运行测试。
$ npm test
例子
var input = {
"_id" : "5b51a803c3665e14977c4a20" ,
"name" : "Booth Garner" ,
"email" : "boothgarner@daycore.com" ,
"phone" : "+1 (817) 421-3062" ,
"about
1