Skip to content

This project is a simple tool that transforms the key-value pairs in a JSON file for multilingual resources from the structure "key": "value" to "key": "key". This can be useful in specific scenarios during multilingual resource management.

Notifications You must be signed in to change notification settings

yuEseo/json-key-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

json-key-sync - JSON Resource Key Transformer

This project is a simple tool that transforms the key-value pairs in a JSON file for multilingual resources from the structure "key": "value" to "key": "key". This can be useful in specific scenarios during multilingual resource management.

Key Features

  • Converts all values in a JSON file to their corresponding keys.
  • Simplifies multilingual resource management.
  • Easy to use.

Example

Input Example (Original JSON)

{
    "label.a": "this is a",
    "label.b": "this is b"
}

Output Example (Transformed JSON)

{
    "label.a": "label.a",
    "label.b": "label.b"
}

Usage

https://yueseo.github.io/json-key-sync/

About

This project is a simple tool that transforms the key-value pairs in a JSON file for multilingual resources from the structure "key": "value" to "key": "key". This can be useful in specific scenarios during multilingual resource management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages