Function

Json-1.0Jsonto_stringSince 1.2

  • Generates a stringified JSON representation of the contents of the given node.

    Parameters

    • node: Json.Node

      a JSON tree

    • pretty: boolean

      whether the output should be prettyfied for printing

    Returns string

    the string representation of the node

    1.2