The pull request adds the demo.py file and includes the code to read the demo.json file and print out the values. However, it is missing the steps to import the json module and parse the JSON data.
Create demo.py fileThe pull request adds the demo.py file as specified in the implementation plan.
2
❌
Import json moduleThe pull request does not include any changes related to importing the json module. This step is missing.
3
✅
Read demo.json fileThe pull request includes the code to read the demo.json file as specified in the implementation plan.
4
❌
Parse JSON dataThe pull request does not include any changes related to parsing the JSON data. This step is missing.
5
✅
Print out valuesThe pull request includes the code to print out the values as specified in the implementation plan.
Something look wrong?: If this Pull Request doesn't contain the expected changes, add more information to #3. Then, add the bitbuilder:create label to try again. For more information, check the documentation.
Summary:
Issue: https://github.com/Pankaj-Sakariya/pullrequestdemo/issues/3
The pull request adds the demo.py file and includes the code to read the demo.json file and print out the values. However, it is missing the steps to import the json module and parse the JSON data.
Implementation:
Create demo.py file
The pull request adds the demo.py file as specified in the implementation plan.Import json module
The pull request does not include any changes related to importing the json module. This step is missing.Read demo.json file
The pull request includes the code to read the demo.json file as specified in the implementation plan.Parse JSON data
The pull request does not include any changes related to parsing the JSON data. This step is missing.Print out values
The pull request includes the code to print out the values as specified in the implementation plan.Something look wrong?: If this Pull Request doesn't contain the expected changes, add more information to #3. Then, add the
bitbuilder:create
label to try again. For more information, check the documentation.Generated with :heart: by www.bitbuilder.ai