按条数与字段数生成随机 JSON 数组。
随机 JSON
The random JSON generator produces structured random JSON arrays online based on the number of records and fields you specify. Each record includes an auto-incrementing id plus random fields, with randomly generated field names and values whose types cover integers, decimals, booleans, null, and strings, output as well-indented, valid JSON.
Great for generating mock data for API integration testing, front-end rendering, or debugging JSON parsers. Every click produces a different random result, and generation happens entirely in your browser.