JSON.jl icon indicating copy to clipboard operation
JSON.jl copied to clipboard

Empty named tuple serialised incorrectly

Open kapple19 opened this issue 2 months ago • 0 comments

julia> JSON.json((;)) |> println
"NamedTuple()"

I'm hoping for behaviour a la

julia> JSON.json(Dict()) |> println
{}

kapple19 avatar Oct 20 '25 12:10 kapple19