package
5.64.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-aws.git
Documentation: pkg.go.dev

# Functions

AppendQuote appends a double-quoted string valid for json key and value, to dst and returns the extended buffer.
AppendQuoteString returns a double-quoted string valid for json key or value.
AppendQuoteToASCII appends a double-quoted string valid for json key and value, to dst and returns the extended buffer.
AppendQuoteToGraphic appends a double-quoted string valid for json key and value, to dst and returns the extended buffer.
Reconstruct walks through the input json and rebuild it.
ShouldAddComma decides if a comma should be appended while constructing output json.
Unquote decodes a double-quoted string key or value to retrieve the original string value.
Walk parses the given json and call "callback" for each key/value pair.

# Variables

ErrSyntax indicates that the value has invalid syntax.