محرر JSON
حرّر JSON وتحقق منه في عرض شجري أو كود.
About this tool
حرّر JSON بصرياً في شجرة أو انتقل إلى الكود الخام عند الحاجة للدقة. يكشف التحقق أخطاء الصياغة قبل نسخ النتيجة إلى تطبيقك أو عميل API.
Why use it
- عرض الشجرة يسهّل توسيع وتحرير كائنات متداخلة.
- وضع الكود للصق دفعة واحدة والبحث والاستبدال.
- ضغط بنقرة للحمولات الإنتاجية؛ JSON لا يغادر المتصفح.
Common use cases
- إصلاح ملف إعداد معطّل من سجل نشر.
- استكشاف استجابة API قبل ربط الحقول في الكود.
- ترتيب JSON قبل إيداعه في التوثيق.
Tips
- الصق وحمل أولاً، ثم غيّر الوضع: المحرّر يحافظ على نفس البيانات.
- استخدم الشجرة لاكتشاف مفاتيح ناقصة؛ الكود لإعادة التسمية بسرعة.
كيفية الاستخدام
- الصق JSON.
- حرّر.
- انسخ أو صغّر.
الأسئلة الشائعة
- Is my JSON sent to a server?
- No. The editor runs entirely in your browser; your data stays on your device.
- What is the difference from the JSON formatter?
- The formatter pretty-prints or minifies text. The editor lets you change values in a tree or code view.
- Can I edit nested objects?
- Yes. Tree mode expands objects and arrays so you can edit fields individually.
- Does it validate JSON?
- Invalid JSON shows an error when you load or export; fix syntax before copying.
- Can I switch between tree and code?
- Yes. Use the mode menu in the editor toolbar after loading valid JSON.
- Is there a size limit?
- Very large documents may slow the browser, but nothing is uploaded to Frespy.