Hi
Is it possible to view json file with collapse groups in json file as it works in postman?
Json Viewer with groups
urt
#1
0 Likes
jfcherng
#2
ST’s builtin code folding is just based on the level of the indentation. So it auto works if your JSON content is prettified/formatted into multilines (ST won’t fold a single line), or it won’t work.
1 Like