Loading config.json file throws below errors.

I added followiong content in the config.json file to validate if contents has some issues but simple below contents doesnt work, but still it doesnt work During the algorithm initialization, { "pf_config_url_P": "A", "pf_config_url_C": "B" } the following exception has occurred: Expecting property name enclosed in double quotes: line 1 column 3 (char 4) at raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ in decoder.py: line 352 at decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in decoder.py: line 336 at loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ in __init__.py: line 345 at load return loads(fp.read(), ^^^^^^^^^^^^^^^^ in __init__.py: line 292 at initialize_portfolio_risk config = json.load(config_file)