You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON-Fortran isn't going to understand the C++ structure (and C++ isn't going to understand the Fortran structure). Probably you could do it by serializing the JSON to a string?
I'm developing a C++ application that uses
nlohmann::json
API.Link here: https://github.com/nlohmann/json
I would like to call a Fortran function passing a JSON as a input argument.
Is it possible?
The text was updated successfully, but these errors were encountered: