按条数与字段数生成随机 TOML。
随机 TOML
The random TOML generator creates syntax-valid TOML test data online based on the number of records and fields you specify. The output uses the [[items]] array-of-tables structure, where each record has an auto-incrementing id and several field keys, and string values are automatically escaped for backslashes and double quotes per TOML rules.
Great for generating config samples or mock data for TOML parser testing and config file format debugging. The output is standard TOML text that mainstream TOML libraries can parse directly.