You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax highlighting of JSON has minor glitch when there is a space between "key" and the colon. The attached image has lines both with a space between quote and colon and without. If there is space the key (field name) is not in the right color
"name": "Westley NORRIS", => No space, works fine
"gender" : "male", => contains space - key is not color correctly
The text was updated successfully, but these errors were encountered:
Syntax highlighting of JSON has minor glitch when there is a space between "key" and the colon. The attached image has lines both with a space between quote and colon and without. If there is space the key (field name) is not in the right color
"name": "Westley NORRIS", => No space, works fine
"gender" : "male", => contains space - key is not color correctly
The text was updated successfully, but these errors were encountered: