JSON教程

JSON 注释

JSON不支持注释,这不是标准。
但是您可以做一些技巧,例如在JSON对象中为注释添加额外的属性,例如:
{
    "employee": {
        "name": "Bob",
        "salary": 56000,
        "comments": "He is a nice man"
    }
}
在这里,"comments"属性可以视为注释。
昵称: 邮箱:
Copyright © 2022 立地货 All Rights Reserved.
备案号:京ICP备14037608号-4