Inheritance diagram for nix::json_avoids_null< T >:
Detailed Description
template<typename T>
struct nix::json_avoids_null< T >
For adl_serializer<std::optional<T>> below, we need to track what types are not already using null. Only for them can we use null to represent std::nullopt.
Handle numbers in default impl
The documentation for this struct was generated from the following file: