JSON
JSON (JavaScript Object Notation) is an open, text-based data format that represents data in a structure that is both human-readable and easily machine-processable. Data is organized as key-value pairs and can be nested.
{
"identno": "PM-2024-001",
"status": "operational",
"next_check_at": "2026-06-15"
}
JSON is the standard format for REST APIs and is used in memida both for API responses and for the JSON data export. JSON files can be processed with virtually any programming language and many tools (Excel, Python, BI tools).