parser_func Interface

interface
private subroutine parser_func(json, unit, str, value)

Arguments

Type IntentOptional 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

Description

JSON parser function interface