json-fortran
json-fortran copied to clipboard
C API
Consider adding a C API to make it easier to create/get/set json_value linked lists from other programming languages.
One possible approach: is it possible to convert the json_value
linked list into a bind(c)
compatible structure?