PDS (Portable Data Store) is a Python class for efficiently storing and retrieving large amounts of key-value data, where keys are hierarchical strings and values are arbitrary JSON-serializable ...
student_info = {"name": "Bola Tinubu", "age": 20, "grade": "C", "subject":["math", "physics", "chemistry"], "address":{"city":"lagos", "country": "Nigeria"}} ...