Accessing json file from CoolProp.jl c interface

,

hi. i’m trying to make a port of some CoolProp functions in julia. The idea is to use the same CoolProp JSON files that have component properties, but read those in the julia side.
One problem i see is that the current CoolProp.jl package does not have support for the necessary function get_fluid_param_string. i know that those files are inside CoolProp_jll, but i don’t know how to query those, nor on how to use the C interface correctly.
One option is to use the python version, and access the files from there, but that would add, of course, an extra python dependency for not much gain.
Also, the CoolProp project is originally C++, but we are using the C interface instead, is there a way to access that C++ interface from julia instead?

the function exists in the wrapper, but it is buggy. i will submit a PR to fix that.