Extracts values from a json file by locating the label and key within the json file.
Examples
if (FALSE) { # \dontrun{
input_json(file = "samp.par", label = "ModelParameters", key = "f_wind", value = 1.2, out_file = NULL)
} # }
Extracts values from a json file by locating the label and key within the json file.
if (FALSE) { # \dontrun{
input_json(file = "samp.par", label = "ModelParameters", key = "f_wind", value = 1.2, out_file = NULL)
} # }