Validate
校验 JSON
发送 JSON 校验其格式是否正确
POST
发送 JSON 校验其格式是否正确。
你也可以使用在线 lint 工具(如 https://jsonlint.com/)或 Postman 来校验 JSON。
如果你在使用 Bubble 或 Make 这类无代码工具,或收到 500 “Bad Request” 响应,那么此端点可用于调试 JSON 请求。

Header 参数
- 以文本形式发送数据。如果使用 Postman,请务必将类型选择为 “Text”。
- 设置
"Content-Type": "text/plain"。
请求示例
将任意 JSON 发送到此端点进行校验。 以下是使用 Postman 发送的一个无效 JSON 示例。你能看出问题吗?在第二个参数platforms 末尾少了一个逗号。
请务必在 header 中将 Content-Type 设为 text/plain,并在发送时选择 “Text”。

