按条数与字段数生成随机 YAML。
随机 YAML
YAML is a lightweight data format that uses indentation to express hierarchy and is a favorite for configuration files. This tool generates a random YAML document with items as its top-level structure, based on the record and field counts you choose, quoting and escaping values with special characters so the syntax stays valid.
Great for preparing random sample data for config management, YAML parsing tests, or CI/CD pipelines. The structure is for demos and field names are fixed at field1, field2, so edit the output when you need specific keys.