Fix ITL JSON parser without defaults value
At the moment, majis.itl.json.reader._parse_json expects a defaults parameters to be provided as a dict or None but None is actually not a valid.
At the moment, majis.itl.json.reader._parse_json expects a defaults parameters to be provided as a dict or None but None is actually not a valid.