modules.jsonHandling#

Contains logic for json handling

class modules.jsonHandling.JsonHandler(filename: str)#

Bases: object

This class will handle json processing

__init__(filename: str) None#
file: FileHandler#
getJson() Any#

Get json from instanced file

storeJson(data) bool#

Store/dump/serialize object to instanced file