Skip to main content

stringify

Turn an object’s code into plain text

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

Inputs

Name

Abbreviation

Type

Access

Description

Object

O

Object

Item

The object to stringify

Outputs

Name

Abbreviation

Type

Access

Description

String

S

String

Item

The stringified object

  1. Feed in an object

    Objects & Features are entities or items represented in the GeoJSON that’s being written by the Flow.

  2. The output is the object’s code, written as plain text (a string).

    The output is no longer processed by the Giraffe Engine as code, but instead is treated as text.

Did this answer your question?