glibesyck / Reading_JSON

Third Lab, Second Task!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading JSON

Reading JSON is a program for navigating through .json file. All you should do - run main.py and know the path to your file.

Functions

Module consists of 3 different functions :

  1. get_path - checks if there exists such file and if its extension is .json
  2. read_file - return info from file
  3. get_category - main functions to work with data and user

About

Third Lab, Second Task!

License:MIT License


Languages

Language:Python 100.0%