Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def get_json_file(json_datas):
|
|
50 |
jsonfile.write(json_datas.getvalue().decode('utf-8')) # JSON 데이터를 파일에 씁니다.
|
51 |
json_loader = JSONLoader(
|
52 |
temp_filepath,
|
53 |
-
jq_schema='
|
54 |
text_content=False)
|
55 |
json_data = json_loader.load()
|
56 |
return json_data
|
|
|
50 |
jsonfile.write(json_datas.getvalue().decode('utf-8')) # JSON 데이터를 파일에 씁니다.
|
51 |
json_loader = JSONLoader(
|
52 |
temp_filepath,
|
53 |
+
jq_schema='.',
|
54 |
text_content=False)
|
55 |
json_data = json_loader.load()
|
56 |
return json_data
|