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
commit 33d3558ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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