|
nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
|
Main umbrella header for nfx-json library. More...
#include "json/Builder.h"#include "json/Document.h"#include "json/SchemaGenerator.h"#include "json/SchemaValidator.h"
Go to the source code of this file.
Main umbrella header for nfx-json library.
Includes all JSON components: Builder, Document, SchemaGenerator, and SchemaValidator. This single header provides convenient access to the entire nfx::json namespace. For selective includes, use individual headers from nfx/json/ subdirectory.
Definition in file Json.h.