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.
Asked
Active
Viewed 477 times
0
-
do you have the ability to create/define properties? – Maher Fattouh Feb 28 '17 at 12:06
1 Answers
1
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.

Defman
- 71
- 2
- 4
- 11