nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
Loading...
Searching...
No Matches
nfx::json::Value Concept Reference

Concept for all JSON-compatible value types. More...

#include <nfx/json/Concepts.h>

Concept definition

template<typename T>
constexpr bool is_json_container_v
Helper variable template.
Definition Concepts.h:72
Concept for JSON-compatible primitive types.
Definition Concepts.h:83
Concept for all JSON-compatible value types.
Definition Concepts.h:94

Detailed Description

Concept for all JSON-compatible value types.

Matches primitives plus Document, Object, and Array.

Definition at line 94 of file Concepts.h.