Versions in this module Expand all Collapse all v0 v0.1.1 Nov 13, 2024 v0.1.0 Nov 13, 2024 Changes in this version + type Dictionary map[Literal]Value + type Literal string + type Parameters map[string]Dictionary + func Parse(data []byte) (Parameters, error) + type Value struct + Array []Value + Binary []byte + Boolean bool + Dictionary Dictionary + Float float64 + Integer int + Literal Literal + String string + Type ValueType + func (v Value) StringFromUTF16() (string, error) + type ValueType int + const ValueArray + const ValueBinary + const ValueBoolean + const ValueDictionary + const ValueFloat + const ValueInteger + const ValueLiteral + const ValueString