Versions in this module Expand all Collapse all v0 v0.3.0 Jun 16, 2026 v0.2.0 Jun 15, 2026 Changes in this version + func DecodeJSONC(data []byte) (map[string]any, error) + func MergeJSONC(existing []byte, ours map[string]any, ownedPointers []string) ([]byte, error) v0.1.0 Jun 6, 2026 Changes in this version + func DecodeObject(data []byte) (map[string]any, error) + func DecodeYAML(yml []byte) (map[string]any, error) + func MergeKeys(existing, ours map[string]any, ownedPointers []string) (map[string]any, []string, []string)