synthpop.synthpop_utils.json_loader =================================== .. py:module:: synthpop.synthpop_utils.json_loader .. autoapi-nested-parse:: loader of json file, which ignores comments starting with "#" and allows nested files whenever the "json_file" keyword is detected Functions --------- .. autoapisummary:: synthpop.synthpop_utils.json_loader.json_loader Module Contents --------------- .. py:function:: json_loader(filename, json_file_branch=None) Custom JSON loader that removes comments, substitutes filenames. Parameters ---------- filename : str filename of the json file implemented json_file_branch : list used to detect recursions Returns ------- data: dictionary loaded json file with removes comments, substitutes filenames.