Pankaj-Sakariya / pullrequestdemo

0 stars 0 forks source link

create demo.py file to read demo.json file and print out that in console #3

Open Pankaj-Sakariya opened 1 year ago

Pankaj-Sakariya commented 1 year ago

create demo.py file to read the demo.json file and print out all the value in the console log

ellipsis-dev[bot] commented 1 year ago

To have BitBuilder create a Pull Request with the implementation, the user who created the issue (@Pankaj-Sakariya) can comment below with "LGTM".


Implementation Steps

  1. Create demo.py file
    • Create a new file called demo.py in the codebase
  2. Import json module
    • In demo.py, import the json module to work with JSON data
  3. Read demo.json file
    • In demo.py, open the demo.json file and read its contents
  4. Parse JSON data
    • In demo.py, parse the JSON data read from demo.json into a Python object
  5. Print out values
    • In demo.py, iterate over the parsed JSON object and print out the values

Generated with :heart: by www.bitbuilder.ai. Questions? Check out our the documentation.

Pankaj-Sakariya commented 1 year ago

LGTM