Description
As the title suggests.
Motivation
Different types of JSON files (jsonl, json5) cannot be accessed through the web UI's text editor.
Alternatives Considered
Downloading the file, editing it, then reuploading it.
Additional Context
It might be a good idea to seek out a library that checks if a file is text based instead of a manually created list in the source code.
Description
As the title suggests.
Motivation
Different types of JSON files (
jsonl,json5) cannot be accessed through the web UI's text editor.Alternatives Considered
Downloading the file, editing it, then reuploading it.
Additional Context
It might be a good idea to seek out a library that checks if a file is text based instead of a manually created list in the source code.