Read an arbitrary JSON value as a literal string. For strings returns the quoted content; for numbers, booleans, null returns the raw text.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| character(len=:), | intent(out), | allocatable | :: | val | ||
| integer, | intent(out) | :: | status |