JSON Schema
JSON Data
Related Tools
Use the format defined by JSON Schema to randomly generate JSON data.
The online random JSON data generation tool uses the input JSON Schema definition or opens the JSON Schema file to randomly generate JSON data that meets the format requirements.
- Open File : Open JSON schema file. The supported file encoding is UTF-8 encoding.
- Format : Format the JSON data and JSON schema.
- Compress : Compress the JSON data and JSON schema.
- Generate : Generate random JSON data, and the data format meets the definition of JSON Schema.
- Download : Download JSON data locally. The generated file is encoded as UTF-8.
- JSON Schema Specification reference documents.
-
Support the use of faker.js generates special field data. For
the configuration of the faker.js parameter, refer to the faker.js
documentation. For example:
1. Generate email address
2. Generate money string{ "type": "string", "faker": "internet.email" }
{ "type": "string", "faker": { "finance.amount": [100, 10000, 2, "$"] } }