package
1.21.0
Repository: https://github.com/aws-cloudformation/rain.git
Documentation: pkg.go.dev

# Functions

Add adds a new scalar property to the map.
AddMap adds a new map to the parent node.
Clone returns a copy of the provided node.
Diff returns an array of strings describing differences between two nodes.
Returns the parent node of node, paired with its name if it's a map pair.
MergeNodes merges two mapping nodes, replacing any values found in override.
Remove a map key-value pair from node.Content.
Add or replace a map value.
Set the value of a sequence element within the node.
Convert a node to JSON.
Convert a node to a shortened JSON for easier debugging.
YamlVal converts node.Value to a string, int, or bool based on the Tag.

# Structs

NodePair represents a !!map key-value pair.
No description provided by the author