标准定义 json 文件扩展名?

发布于 2024-09-06 22:25:39 字数 105 浏览 8 评论 0原文

是否有定义 json 文件扩展名的标准或规范?

我见过使用 .json - 这只是一种普遍接受的做法还是某些标准机构对以文件格式保存的 json 的要求?

Is there a standard or specification which defines json file extensions?

I've seen .json used - is this just a commonly accepted practice or is it a requirement of some standards body for json saved in file format?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空袭的梦i 2024-09-13 22:25:39

根据 Douglas Crockford 在此处找到的 JSON 格式草案:

“JSON 解析器转换 JSON 文本
进入另一个表示。一个
JSON 解析器必须接受所有文本
符合JSON语法。一个 JSON
解析器可以接受非 JSON 形式或
扩展。”

,这只是一种普遍接受的做法;只要您的文件符合 JSON 语法,扩展名不一定需要是 *.json(尽管如果是的话,它肯定会对您和其他开发人员有所帮助) )。

According to Douglas Crockford's draft of the JSON format found here:

"A JSON parser transforms a JSON text
into another representation. A
JSON parser MUST accept all texts that
conform to the JSON grammar. A JSON
parser MAY accept non-JSON forms or
extensions."

So, it's just a commonly-accepted practice; as long as your file conforms to the JSON grammar the extension doesn't necessarily need to be *.json (although it can certainly be helpful to you and other developers if it is).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文