通过Windows脚本读取JSON响应

时间:2016-01-12 09:43:05

标签: json windows batch-file

我需要通过Windows脚本触发URL并读取JSON的响应。

例如,我需要阅读“status”节点。

<code>{"responseHeader":{"status":0,"QTime":0},"initArgs":["defaults",   ["config","data-config.xml"]],"command":"status","status":"idle","importResponse":"","statusMessages":{},"WARNING":"This response format is experimental.  It is likely to change in the future."} </code>

是否可以通过Windows脚本。

0 个答案:

没有答案