def _athenaJson()

in scripts/sap-data-extraction.py [0:0]


def _athenaJson(objects):
    return '\n'.join(json.dumps(obj) for obj in objects)