NAMEVALUE
Name-value refers to a data representation that pairs a name or key with an associated value. This simple construct creates a mapping in which the name identifies the information stored in the value. In many contexts the value is stored as a string, but applications may interpret it as numbers, booleans, or more complex structures.
Name-value pairs appear in a wide range of formats. In JSON, objects are collections of name-value pairs,
Parsing and encoding considerations are central to their use. The delimiter and escaping rules vary by format
Applications and usage include configuration management, parameter passing in APIs, data interchange, and metadata tagging. Name-value