show_yaml_string


Description:

public static void show_yaml_string (Node? node, bool show_line = true, bool show_color = true, bool show_tags = SHOW_TAGS, bool show_doc = SHOW_DOC, int indent = DEFAULT_INDENT, bool show_fullkeys = SHOW_FULL_KEYS)

get a gracefull yaml presentation of current Yaml.Node

Parameters:

node

the node to dump

show_line

flag indicating if line number must be print

show_color

flag indicating if enable printing colors

show_tags

flag indicating if tags must be print

show_doc

flag indicating if the document start must be print

indent

number of space for indentation

show_fullkeys

flag indicating if full key definition must be print