Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::json::adl_serializer< std::optional< T > > Struct Template Reference

Static Public Member Functions

static void from_json (const auto &json, std::optional< T > &t)
 Convert a JSON type to an optional<T> treating null as std::nullopt.
static void to_json (auto &json, const std::optional< T > &t)
 Convert an optional type to a JSON type treating std::nullopt as null.

The documentation for this struct was generated from the following file: