Merge pull request #10817 from NovoNordisk-OpenSource/ivaroli/adding-json-as-supported-file-type

fix: Using the TextLoader instead of Tika for JSON files
This commit is contained in:
Timothy Jaeryang Baek
2025-02-26 12:49:29 -08:00
committed by GitHub

View File

@@ -77,6 +77,7 @@ known_source_ext = [
"jsx", "jsx",
"hs", "hs",
"lhs", "lhs",
"json",
] ]