We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f225a87 commit 295543aCopy full SHA for 295543a
src/utils.jl
@@ -210,7 +210,7 @@ end
210
# invalid and we can't parse/convert it properly.
211
function _get_json_convert(
212
json::AbstractDict, key::AbstractString, ::Type{UUIDs.UUID};
213
- msg::Union{AbstractString, Nothing}=nothing
+ msg::Union{AbstractString, Nothing}=nothing,
214
)::UUIDs.UUID
215
uuid_str = _get_json(json, key, String; msg)
216
uuid = tryparse(UUIDs.UUID, uuid_str)
0 commit comments