append_field_bool Subroutine

public subroutine append_field_bool(json, name, value, indent, first)

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(inout), allocatable :: json
character(len=*), intent(in) :: name
logical, intent(in) :: value
integer, intent(in) :: indent
logical, intent(inout) :: first