# Functions
No description provided by the author
NewBoolValue constructs a new boolean Value.
NewDict constructs a Struct from a general-purpose Go map.
No description provided by the author
No description provided by the author
NewFloatValue constructs a new float number Value.
NewIntValue constructs a new integer number Value.
NewList constructs a ListValue from a general-purpose Go slice.
NewListValue constructs a new list Value.
NewNullValue constructs a new null Value.
NewStringList constructs a ListValue from a gstring Go slice.
NewStringValue constructs a new string Value.
NewStructValue constructs a new struct Value.
NewValue constructs a Value from a general-purpose Go interface.
# Constants
Null value.
# Variables
No description provided by the author
Enum value maps for NullValue.
Enum value maps for NullValue.
# Structs
`Dict` represents a structured data value, consisting of fields which map to dynamically typed values.
`List` is a wrapper around a repeated field of values.
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.