Reads a Recipe object from a JSON file.
Examples
if (FALSE) { # \dontrun{
# Example of reading a Recipe object
recipe_obj <- read_recipe("recipe.json")
print(recipe_obj)
} # }
Reads a Recipe object from a JSON file.
if (FALSE) { # \dontrun{
# Example of reading a Recipe object
recipe_obj <- read_recipe("recipe.json")
print(recipe_obj)
} # }