Reads a Recipe object from a JSON file.
Examples
# Example of reading a Recipe object
recipe_obj <- read_recipe("recipe.json")
#> Error in read_json(file, simplifyVector = TRUE): could not find function "read_json"
print(recipe_obj)
#> Error: object 'recipe_obj' not found