A simple Raycast extension that allows you to quickly convert between keys and values. This extension is perfect for people who are workings with lots GUID.
Instead of adding all your key and values one by one, you're able to import all your dictionary from a JSON file.
The JSON file needs to be formatted like this:
{
"example-key": "example-value",
"example-key2": "example-value2"
}