How do you filter a records in JSON Array using Python? Here's my Python code:
Sample Data Source: https://s3-eu-west-1.amazonaws.com/dwh-test-resources/recipes.json
In the "ingredients" i need to filter all records that contain bread. all string contain bread under the "ingredients" regardless if the string bread is upper case, lower case, plural or singular i should be able to filter it.
My python version is 3.