json-fortran icon indicating copy to clipboard operation
json-fortran copied to clipboard

C API

Open jacobwilliams opened this issue 6 years ago • 1 comments

Consider adding a C API to make it easier to create/get/set json_value linked lists from other programming languages.

jacobwilliams avatar Oct 01 '18 20:10 jacobwilliams

One possible approach: is it possible to convert the json_value linked list into a bind(c) compatible structure?

jacobwilliams avatar Mar 25 '22 14:03 jacobwilliams