Closed tonysparks closed 1 year ago
Fixes the qualified type name syntax. Prior, for a type defined in std/json the syntax only allowed for json::Type which is incorrect - now it allows for std::json::Type which is fully qualified.
std/json
json::Type
std::json::Type
Fixes the qualified type name syntax. Prior, for a type defined in
std/json
the syntax only allowed forjson::Type
which is incorrect - now it allows forstd::json::Type
which is fully qualified.