2 مستودعات
Syntax for constructing complex, hierarchical JSON structures via command-line arguments.
Distinguishing note: Focuses on the construction of complex data structures.
Explore 2 awesome GitHub repositories matching data & databases · Nested JSON Builders. Refine with filters or upvote what's useful.
This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and automating network requests. It provides a specialized command-line interface that simplifies the construction of complex HTTP exchanges, allowing users to test and inspect web services directly from the shell. The tool distinguishes itself through a declarative syntax engine that translates shorthand command-line tokens into fully formed HTTP requests, including headers, parameters, and body payloads. It features a modular, plugin-based architecture that enables users to extend core f
Enables construction of complex, nested JSON structures directly from the command line.
Jo هي أداة سطر أوامر مصممة لإنشاء ومعالجة كائنات ومصفوفات JSON مباشرة من وسائط shell والمدخلات القياسية. تعمل كأداة معالجة بيانات تحول المدخلات الخام إلى تنسيقات منظمة، مما يتيح توليد حمولات معقدة لـ APIs وملفات التكوين وخطوط أنابيب البيانات المؤتمتة. تتميز الأداة بقدرتها على حل هياكل البيانات الهرمية باستخدام تعريفات المسار القائمة على المحددات ومحرك استنتاج النوع المتكامل، الذي يقوم تلقائياً بتحويل قيم المدخلات إلى أنواع منطقية أو رقمية أو فارغة أصلية. يمكن للمستخدمين ممارسة تحكم دقيق في المخرجات من خلال فرض نوع البيانات الصريح، وتصفية المحتوى، والقدرة على تضمين محتويات الملفات الخارجية مباشرة في الهيكل المولد. تدعم الأداة مجموعة واسعة من مهام بناء البيانات، بما في ذلك دمج معلومات جديدة في الهياكل الموجودة والتبديل بين تخطيطات المخرجات المدمجة والمنسقة بشكل جميل. تتكامل الأداة في سير عمل shell من خلال توفير رموز خروج قياسية للإشارة إلى نجاح أو فشل عمليات تحويل البيانات.
Builds complex hierarchical JSON structures using delimiter-separated key paths.