Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google 的财务 API 返回的内容几乎是 JSON,但不是:
{lhs: "1 U.S. dollar",rhs: "0.636658815 British pounds",error: "",icc: true}
我确定这是一种有效的格式,但我不确定是哪种。它是什么?
那是一个普通的 JavaScript 对象。它可以用任何 JavaScript 解析器来处理。
与 JSON 非常相似,但不完全一样。如果是 JSON,则键周围会有引号。