json-pretty-format
Web icon

JSON Pretty Format

icon_trusted
Stable version 3.0.4 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 28 May 2021
 by 
4.8
 (9 ratings)
json-pretty-format

JSON Pretty Format

5 star
7
4 star
2
3 star
0
2 star
0
1 star
0
9
Ratings
4.8
1
Review
by 
2021-05-14
in version 3.0.2
Hi Pedro, thank you for this component it was very useful for my 1st full project as a trainee!
I discovered a small problem with the css though and thought I should share how I fixed it!
As you can see in these screen shots - https://imgur.com/a/vME2Vpn - one of the strings was too long for the screen, it didn't wrap well.
I added the following property:

.json-string {
  color: #0B7500;
  white-space: normal;
}

It was a quick fix you might want to implement :)