JSON import

This commit is contained in:
SPRINX0\prochazka
2024-09-17 12:16:59 +02:00
parent e5c9ec7681
commit 665ce22741
4 changed files with 72 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const jsonFormat = {
storageType: 'json',
extension: 'json',
name: 'JSON',
readerFunc: 'jsonReader',
writerFunc: 'jsonArrayWriter',
};