37 chars · 1 line
59 chars · 3 lines
37 chars · 1 line
59 chars · 3 lines
Query string build behavior
Build Query uses one query pair per array item. A JSON array property therefore becomes repeated keys such as tag=json&tag=tools instead of a comma-joined string. This tool is free to use. No account or payment is required.
Last updated
The builder appends each primitive array item separately to URLSearchParams. It does not invent comma-separated or bracket notation.
That keeps the output symmetrical with Parse mode, which groups repeated keys into ordered JSON arrays.
Two array items produce two tag pairs.
{"tag":["json","tools"],"sort":"asc"}tag=json&tag=tools&sort=ascCommon questions
No. Each primitive array item becomes another parameter with the same key.
Yes. Values are appended in JSON array order.
No. Build Query accepts primitives or arrays of primitives only.
Debugging a specific Query String issue? Browse Query String troubleshooting.