Closed
Description
Is there a way to query the version of json-fortran at runtime? Something along the lines of
use json_..._module, only : get_json_fortran_version
implicit none
character(len=:), allocatable :: version_string
call get_json_fortran_version(version_string)
print '(a)', version_string
end
Would be useful for projects which depend on json-fortran and want to report which version they are using at runtime.