PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
health_json.h File Reference

JSON serialization for health check data structures. More...

#include "health_status.h"
#include <chrono>
#include <cstdio>
#include <iomanip>
#include <sstream>
#include <string>
Include dependency graph for health_json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

JSON serialization for health check data structures.

This file provides functions to serialize health_status and related structures to JSON format suitable for REST API responses and monitoring system integration.

See also
Issue #211 - Implement health check endpoint
RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format
Author
kcenon
Since
1.0.0

Definition in file health_json.h.