用于记录JSON结构的语法
因此,我正在尝试记录我正在编写的api返回的json格式,我想知道json结构的文档是否存在任何流行的格式。 请注意,我并不是要测试或验证任何东西,我只是使用它作为文档。还有一些向非常量添加注释的方法(总是返回带有相同值的项目)会很好。 这是我目前不完全考虑的方案: Plain names refer to identifiers or types. Some types have type-comment Strings that appear to be constant(always returned for that type of request) strings are "str" Constant Numbers would be just the number Constant null is null Booleans are true/false for constant booleans or Boolean otherwise [a,b,c] …