feat: JSON parser implementation

Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com>
This commit is contained in:
JeevaRamanathan M
2024-10-24 20:36:47 +00:00
parent 92c9612dee
commit c77d415893
10 changed files with 66 additions and 7 deletions

View File

@@ -314,6 +314,7 @@ function Upload({
'application/zip': ['.zip'],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
['.docx'],
'application/json': ['.json'],
'text/csv': ['.csv'],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': [
'.xlsx',