2 مستودعات
Generators that produce arbitrary values compatible with JSON parsing, including nested structures.
Distinct from Structured JSON Generation: Distinct from Structured JSON Generation: focuses on producing arbitrary JSON-compliant values for testing rather than enforcing schema adherence for LLMs.
Explore 2 awesome GitHub repositories matching data & databases · JSON Value Generators. Refine with filters or upvote what's useful.
Jo هي أداة سطر أوامر مصممة لإنشاء ومعالجة كائنات ومصفوفات JSON مباشرة من وسائط shell والمدخلات القياسية. تعمل كأداة معالجة بيانات تحول المدخلات الخام إلى تنسيقات منظمة، مما يتيح توليد حمولات معقدة لـ APIs وملفات التكوين وخطوط أنابيب البيانات المؤتمتة. تتميز الأداة بقدرتها على حل هياكل البيانات الهرمية باستخدام تعريفات المسار القائمة على المحددات ومحرك استنتاج النوع المتكامل، الذي يقوم تلقائياً بتحويل قيم المدخلات إلى أنواع منطقية أو رقمية أو فارغة أصلية. يمكن للمستخدمين ممارسة تحكم دقيق في المخرجات من خلال فرض نوع البيانات الصريح، وتصفية المحتوى، والقدرة على تضمين محتويات الملفات الخارجية مباشرة في الهيكل المولد. تدعم الأداة مجموعة واسعة من مهام بناء البيانات، بما في ذلك دمج معلومات جديدة في الهياكل الموجودة والتبديل بين تخطيطات المخرجات المدمجة والمنسقة بشكل جميل. تتكامل الأداة في سير عمل shell من خلال توفير رموز خروج قياسية للإشارة إلى نجاح أو فشل عمليات تحويل البيانات.
Consumes sequences of values from standard input or arguments to organize them into JSON arrays.
fast-check is a property-based testing framework and random data generator designed to verify software invariants by producing a wide range of randomized input data. It functions as a test data fuzzer that executes predicates against high volumes of random inputs to uncover edge cases and critical bugs. The project is distinguished by its ability to perform input-shrinking searches, which reduce complex failing inputs to their simplest form to isolate the exact cause of failure. It provides deterministic seed replay to exactly reproduce specific test failures and includes a concurrency testin
Creates random values compatible with JSON parsing, including strings, numbers, and nested structures.