stringify

This block is part of the object group and was last modified in core v10.4.16.

stringify v10.4.16

In pins 3
  • object required
    object
  • sep
    value

    The substring used to delimit key and value pairs in the query string.

    Default &

  • eq
    value

    The substring used to delimit keys and values in the query string.

    Default =

Out pins 2
  • success
    condition
  • querystring
    value

Encodes the object as key=value pairs joined by the separator, mirroring Node querystring.stringify: keys are SORTED alphabetically, array values repeat the key per element, and null or nested object values render as EMPTY strings (no JSON). Example: {a:[1,2],b:null} -> "a=1&a=2&b=". success is always true.

A typical wiring for stringify: new object feeds the object pin; the success out pin feeds branch.

Studio canvas example for the stringify block: typical wiring for stringify.

Version history

Introduced in v10.4.16.


Back to object Return to the main group to view all sub-groups Back to querystring Return to the group to view all blocks within this group