Parse Recipes from Websites and files that use the json-ld format
<dependency> <groupId>xyz.joethei</groupId> <artifactId>receipe-parser</artifactId> <version>${version}</version> </dependency>
var url = //Website url / path to text file containing recipe data Recipe recipe = RecipeParser.parse(url);