使用节点js从json数组中获取特定项

时间:2015-11-03 07:57:15

标签: javascript json node.js

我有一个json文件。当我运行这个时,我得到的结果如图所示。我只需要使用节点js获取所有边缘标签值。

enter image description here

这是我的代码:

var fs = require("fs");
console.log("\n *START* \n");
var content = fs.readFileSync("publicapis.json");
console.log("Output Content : \n"+ content);
var jsonContent = JSON.parse(content);
console.log("User Name:", jsonContent.name);
console.log("\n *EXIT* \n");

1 个答案:

答案 0 :(得分:0)

{{1}}

试试这个,但请记住,我无法对其进行适当的测试。下次如果发布格式良好的json文本而不是图像会更好。