JuliaIO / JSON.jl

JSON parsing and printing
Other
313 stars 101 forks source link

fix: proper type promotion for ESCAPED_ARRAY indexing #363

Open pfitzseb opened 7 months ago

pfitzseb commented 7 months ago

Fixes https://github.com/julia-vscode/julia-vscode/issues/3555.

The VS Code extension still uses the 0.20 release series, so I'd like to get this fix in regardless of newer versions/better options being available.