Nombrevalor
Nombrevalor, or name-value pair, is a data representation in which information is encoded as pairs consisting of a name (a key or identifier) and a value. This simple structure enables a direct association between identifiers and their data and is foundational in data interchange and configuration.
Name-value pairs appear in many formats and technologies. In programming, they are implemented as maps, dictionaries,
Common examples include a URL query string such as ?page=3&size=10, a form field like username=alice, and a
The approach offers advantages such as simplicity, extensibility, and language-neutral parsing, making it widely applicable across
See also: name-value pair, key-value store, configuration file, query string, HTTP header.