Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
json
2
3
def
jsonl_to_json(jsonl_file, json_file):
4
with
open(jsonl_file,
'r'
)
as
infile:
Callers
nothing calls this directly
Calls
1
jsonl_to_json
Function · 0.85
Tested by
no test coverage detected