MCPcopy Create free account
hub / github.com/DataArcTech/ToG / jsonl2json.py

File jsonl2json.py

tools/jsonl2json.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import json
2
3def jsonl_to_json(jsonl_file, json_file):
4 with open(jsonl_file, 'r') as infile:

Callers

nothing calls this directly

Calls 1

jsonl_to_jsonFunction · 0.85

Tested by

no test coverage detected