bin20 commited on
Commit
99e260f
·
1 Parent(s): d864f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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