const UserValue = union(enum)
const UserValue = union(enum) { flag: void, scalar: []const u8, list: std.array_list.Managed([]const u8), map: StringHashMap(*const UserValue), lazy_path: LazyPath, lazy_path_list: std.array_list.Managed(LazyPath), }