EIRAM
atomic and molecular data in form of polynomial fits
Modules | Functions/Subroutines
json.f90 File Reference

Auxiliary functions for converting of Fortran data structures into JSON strings. More...

Go to the source code of this file.

Modules

module  json
 

Functions/Subroutines

character(size(arr)*(itol+9)+2) function, public json::eiram_json_getarrayasjson (arr, length, itol)
 Return a JSON array string (ie. "[…]") with the elements of the given array arr. More...
 
character(len_trim(str)*2) function, public json::eiram_json_jsonescape (str, length)
 Return the input string where »\« and »"« are escaped with backslashes. More...
 
subroutine, public json::eiram_json_writejsonstringproperty (name, value, jsonString, ind)
 Write a pair of the JSON property-(string-)values into a string, including leading comma. More...
 

Detailed Description

Auxiliary functions for converting of Fortran data structures into JSON strings.

Authors
Markus Brenneis Marku.nosp@m.s.Br.nosp@m.ennei.nosp@m.s@un.nosp@m.i-due.nosp@m.ssel.nosp@m.dorf..nosp@m.de, Vladislav Kotov v.kot.nosp@m.ov@f.nosp@m.z-jue.nosp@m.lich.nosp@m..de (contact person)

Definition in file json.f90.