Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Json File SynchronizerNew to Visual Studio Code? Get it now.
Json File Synchronizer

Json File Synchronizer

MergeSoft

|
683 installs
| (1) | Free
Synchronizes keys in json files. For example i18next translation files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

  • Synchronizes json files by keys. A use case is managing localization files.
  • Auto-generate typescript file containing a type for keys. like export type TrKey = 'about' | 'home';

Screenshot

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.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft