Use the extension 👉 Editor
Returns a space-separated list of all the active, non-empty dictionaries.
Returns a dictionary that is converted back into JSON; for example, foo = bar
turns into { foo: bar }
Gets the key bar from dictionary foo; in bar = baz
this will return baz
.