JSON (JavaScript Object Notation)
- Description
-
A standard data-interchange text format consisting of key-value pairs and arrays. JSON is straightforward for software solutions to parse and generate. As a result, it is frequently used for serializing structured data when exchanging it over a network, such as between servers and web applications. Additionally, Unicode encoding ensures that this messaging format is universally accessible. JSON can be used with any programming language, as mapping domain objects is very straightforward. Because JSON is platform-independent, it is a standard log format.
JSON is one of the many data formats NXLog Agent supports. NXLog Agent can parse and generate JSON logs with the JSON extension.
- Also known as
-
JSON format, JSON log format, JSON message format, JSON data format
- See also