我正在开发一个以 json 格式提供输出的情感 api,现在我想用 php 解析它
{ "status": "OK", "usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html", "url": "", "language": "english", "docSentiment": { "type": "neutral" } }
这是我的输出 json 格式。
我只想输出"type" = "neutral"