Bracketwire
Bracketwire is a term used in computing and data visualization to describe a convention for representing nested data and relationships using bracketed groupings linked by a conceptual wire. In this approach, opening and closing brackets designate the boundaries of a group, while an explicit wire refers to the connections that relate elements inside and across groups. The result is a compact, semi-structured notation that can be read both by humans and by machines.
The term does not refer to a single formal standard but to a family of practices that
Bracketwire concepts appear in several domains. In programming, bracketwire-inspired parsers convert nested bracketed expressions into syntax
Common technical features include support for multiple bracket pairs (for example, (), [], {}), escape handling, whitespace tolerance, and
Bracket notation, syntax trees, and dependency graphs are related concepts. Bracketwire remains primarily a descriptive term