Skip to main content
DevTools24

مولد JSON الوهمي

إنشاء بيانات JSON وهمية واقعية للاختبار. اختر من الإعدادات المسبقة أو أنشئ سجلات متعددة.

Tips:
  • • Generate up to 100 records at a time
  • • Each generation creates unique random data
  • • Use for testing APIs, databases, and UI components
  • • API Response preset includes pagination metadata

Mock Data for Testing - التفاصيل التقنية

Mock data helps test APIs, populate UI components, and develop applications without a backend. This tool generates realistic fake data that mimics production scenarios.

بديل سطر الأوامر

// JavaScript faker.js example\nimport { faker } from "@faker-js/faker";\n\nconst user = {\n  name: faker.person.fullName(),\n  email: faker.internet.email(),\n};

المرجع

عرض المواصفات الرسمية