https://github.com/mergehez/vscode-json-file-synchronizer
Synchronizes json files by keys. A use case is managing localization files.
https://github.com/mergehez/vscode-json-file-synchronizer
json localization synchronization translation ui vscode vscode-extension
Last synced: 3 months ago
JSON representation
Synchronizes json files by keys. A use case is managing localization files.
- Host: GitHub
- URL: https://github.com/mergehez/vscode-json-file-synchronizer
- Owner: mergehez
- License: mit
- Created: 2022-01-06T18:08:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T20:56:39.000Z (10 months ago)
- Last Synced: 2025-01-06T05:12:16.396Z (4 months ago)
- Topics: json, localization, synchronization, translation, ui, vscode, vscode-extension
- Language: Vue
- Homepage:
- Size: 684 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
Synchronizes json files by keys. A use case is managing localization files.

## Notice
- Only 'flat' JSON (no nesting) is supported currently. See the "iodine" row in the screenshot.
- If you have comments in your json files, they will be removed! (Though comments must not be used in JSON files...)## Install
You can install it in VSCode Extension panel by searching "Json File Synchronizer" or from here: https://marketplace.visualstudio.com/items?itemName=MergeSoft.arg-json-file-synchronizer
### Features to be implemented
- Exporting as CSV, XML, JSON...
- Copying row or column (only cell can be copied currently)
- Support for nested json
- Support for arb files## Requirements
- This extension does not require any dependencies.