-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement AJSON multi-file data handling source-specific logic in sma…
…rt-sources directory - Introduced `AjsonMultiFileCollectionDataAdapter` for multi-file data storage using AJSON format - Added support for trailing commas in AJSON entries to ensure compatibility with existing data formats. - Enhanced `CollectionItem` class to include trailing commas in AJSON output for consistency. - Created comprehensive test suite for `AjsonMultiFileCollectionDataAdapter`, covering save/load operations, item updates, and deletion handling. - Added new test data files and updated test environment configurations to support the new adapter.
- Loading branch information
1 parent
f6173bc
commit 2f50cbe
Showing
40 changed files
with
877 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
utils/ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.