json_file_get_object Subroutine

private subroutine json_file_get_object(this, path, p)

Arguments

Type IntentOptional AttributesName
class(input_json), intent(inout) :: this
character(len=*), intent(in) :: path
type(json_value), intent(out), pointer:: p

Contents

None