append_field_string Subroutine

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

Arguments

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