read_bool Subroutine

public subroutine read_bool(json, pos, val, status)

Read a JSON boolean (true/false)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
logical, intent(out) :: val
integer, intent(out) :: status