def load_json()

in faker_datasets/__init__.py [0:0]


def load_json(fp):
    import json

    return json.load(fp)