fix: Using the TextLoader instead of Tika for JSON files
@@ -77,6 +77,7 @@ known_source_ext = [
"jsx",
"hs",
"lhs",
+ "json",
]