dump


Description:

public static string dump (Node? node, int indent = DEFAULT_INDENT, bool show_doc = SHOW_DOC, bool show_tags = SHOW_TAGS, bool show_fullkeys = SHOW_FULL_KEYS)

get a yaml presentation of specified Yaml.Node

Parameters:

node

the node to dump

indent

number of space for indentation

show_doc

flag indicating if the document start must be print

show_tags

flag indicating if tags must be print

show_fullkeys

flag indicating if full key definition must be print