Skip to content

mergehez/vscode-json-file-synchronizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Synchronizes json files by keys. A use case is managing localization files.

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.