really simple question.
say that I have
real, dimension(0:100) :: realResults
and I want to iterate over realResults, eventually create json from a form array
[[x1,y1], [x2,y2], [x3, y3], ... ]
I'm sure I want to use "make", but I'm not sure how
thanks
json fortran
Steven noble
source share