json_to_spec Subroutine

public subroutine json_to_spec(json, spec, status)

Parse a Vega-Lite JSON string into spec_t

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
type(spec_t), intent(out) :: spec
integer, intent(out) :: status