I am trying to write my first project using python which is a recipe administrator, which contains a programm that fetches url given a keyword, and fetches them back and add them dynamically to a json file. My idea on achieving the first half is by request and Beautiful Soup, but I have nob idea how I can automatically write stuff to json. Is there a certain library to achieve that?