| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(json_core), | intent(inout) | :: | json | |||
| integer(kind=IK), | intent(in) | :: | unit |
file unit number |
||
| character(kind=CK, len=*), | intent(in) | :: | str |
string containing JSON data |
||
| type(json_value), | pointer | :: | value |
JSON data that is extracted |
JSON parser function interface