Different colors for Keys and Values for JSON?

586 Views Asked by At

I was wondering if there is a way to color keys and values differently for JSON files. So far I have only found the "String" property to have any effect, but it changes both the key and the value simultaneously.

1

There are 1 best solutions below

0
Defman On BEST ANSWER

Because both keys and values are usually strings in JSON (not in javascript objects though), there's no way to highlight them differently. However, you can file an enhancement request on the bug tracker for this.