Definition at line 60 of file json_utils.f90.
◆ json_extract_item_from_array()
- Parameters
-
| [in,out] | core | JSON core object. |
| [in] | array | The JSON object with the array. |
| [in] | i | The index of the item to extract. |
| [in,out] | item | JSON object object to be filled with the subdict. |
Definition at line 380 of file json_utils.f90.
◆ json_extract_item_from_name()
- Parameters
-
| [in,out] | json | The JSON object with the array. |
| [in] | name | The name of the array. |
| [in] | i | The index of the item to extract. |
| [in,out] | item | JSON object object to be filled with the subdict. |
Definition at line 400 of file json_utils.f90.
The documentation for this interface was generated from the following file: