Closed jackson15j closed 1 year ago
Rough thoughts around the Parser module to satisfy the requirements of:
Code wise, my thoughts currently are:
parsers
IParser
parsed_dict
JsonParser
Parsing to a dictionary since it is a nested structure, built-in override updates, and look-ups in a similar form to dotted paths.
Rough thoughts around the Parser module to satisfy the requirements of:
Code wise, my thoughts currently are:
parsers
module:IParser
interface class for base file parsing to aparsed_dict
.JsonParser
class that implements JSON parsing.Parsing to a dictionary since it is a nested structure, built-in override updates, and look-ups in a similar form to dotted paths.