Open YongHee-Kim opened 2 years ago
https://github.com/JuliaIO/JSON.jl/issues/155
with JSON.parsefile sometimes io is not closed, and the only way to close it is to restart the Julia session.
JSON.parsefile
#ref files are not closing with https://github.com/fredo-dedup/JSONSchema.jl/search?q=parsefile as well.
#ref
using JSON3 instead of JSON would solve this?
JSON3
JSON
https://github.com/JuliaIO/JSON.jl/issues/155
with
JSON.parsefile
sometimes io is not closed, and the only way to close it is to restart the Julia session.#ref
files are not closing with https://github.com/fredo-dedup/JSONSchema.jl/search?q=parsefile as well.using
JSON3
instead ofJSON
would solve this?