JMock
High-performance, business-grade mock data generation framework.
Realistic data at 2M+ records/sec with 95 built-in functions.
β‘
High Performance
2M+ records/sec generation speed
π
Internationalization
Full i18n with Chinese & English
π
Pluggable
SPI-based plugin architecture
π¦
130+ Functions
Rich built-in mock function library
Quick Example
Input Template
{
"name": "@Name()",
"email": "@Email()",
"age": "@Integer(18,65)",
"city": "@City()"
}Generated Output
{
"name": "Alice Johnson",
"email": "alice.j@example.com",
"age": 32,
"city": "San Francisco"
}