|
| procedure | add_convergence (json, quantity_type, quantity, label) |
| | Add a convergence entry in the JSON file.
|
| |
| generic | write write |
| | Write JSON file.
|
| |
| | formatted (json, unit, iotype, v_list, iostat, iomsg) |
| |
| generic | up (json) |
| | Return to parent object.
|
| |
| generic | add (json, key, integer_value) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, double_value) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, string_value) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, boolean_value) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, integer_array) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, double_array) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, string_array) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| generic | add (json, key, boolean_array) |
| | Add item (integer, double, string, boolean, null) or array.
|
| |
| procedure | add_object (json, key) |
| | Add an empty object.
|
| |
| procedure | add_array (json, key) |
| | Add an empty array.
|
| |
| procedure | finalize (json) |
| | Unalloc the structure.
|
| |
| final | json_finalize (json) |
| | Destructor.
|
| |