Monu Tools

سلسلة الاستعلام إلى JSON

حلّل سلسلة استعلام URL إلى JSON وابنِ سلسلة استعلام من JSON، داخل متصفحك.

كيفية استخدام سلسلة الاستعلام

  1. 01

    اختر اتجاها: الاستعلام إلى JSON أو JSON إلى الاستعلام.

  2. 02

    الصق سلسلة استعلام (مع علامة ? في البداية أو بدونها) أو كائن JSON.

  3. 03

    انسخ النتيجة، أو بدّل للتحويل عكسيا.

Parse and build query strings

A query string converter that turns the parameters in a URL into a readable JSON object, and builds a query string back from JSON. It decodes values, and treats repeated keys as arrays in both directions.

It runs locally in your browser, so the URLs you inspect, which can contain tokens or personal data, never leave your device.

What a query string is

A query string is the part of a URL after the question mark, like ?q=shoes&page=2, a list of key-value pairs that pass data to a page or API. They drive search results, filters, pagination and tracking.

Repeated keys and full URLs

When a key appears more than once, such as tag=a&tag=b, it becomes an array in the JSON so no values are lost, and a JSON array expands back into repeated parameters when you build the string.

You can paste a whole URL when converting to JSON: anything before the question mark is ignored, so you do not have to trim it first. This makes it quick to inspect the parameters of a link from your address bar.

Decoding and encoding

Percent-encoded values are decoded when parsing so you can read them, and encoded again when building a query string so the result is valid, which keeps spaces and special characters correct.

الأسئلة الشائعة

ماذا يحدث مع المعاملات المتكررة؟

المفتاح الذي يظهر أكثر من مرة، مثل tag=a&tag=b، يصبح مصفوفة في JSON، وتتوسع المصفوفات في JSON عائدة إلى معاملات متكررة.

هل يمكنني لصق عنوان URL كاملا؟

نعم. عند التحويل إلى JSON، يُتجاهل كل ما قبل علامة ?، فيمكنك لصق عنوان URL بالكامل.

هل تُفك ترميز القيم؟

نعم. تُفك ترميز القيم المرمّزة بالنسبة المئوية عند التحليل وتُرمّز مجددا عند بناء سلسلة استعلام.

المصادر

ضمّن هذه الأداة

أضف هذه الأداة إلى موقعك الخاص. انسخ المقتطف أدناه، ويبقى محدّثاً تلقائياً.

<iframe src="https://monu.tools/embed/ar/query-string-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

أدوات ذات صلة