jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
333 stars 82 forks source link

Option to not destroy the json_file pointer when loading #571

Closed jacobwilliams closed 2 months ago

jacobwilliams commented 2 months ago

See #561

I think destroying the pointer should be an option, just in case the user knows what they are doing. Make it True by default, but allow it to be False if the user is keeping that pointer in some other context.