RustPoint Tools
JSON Schema Validator
Validate JSON objects with lightweight schema rules and required fields.
Sign in to save
Back to tools
JSON
{"name":"RustPoint","count":129}
Schema
{"required":["name"],"properties":{"name":{"type":"string"},"count":{"type":"number"}}}
校验通过。
复制结果