Created on 17 June 2015
icon_unfollowing
Login to follow
json-pretty-format

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 
json-pretty-format

JSON Pretty Format

5 star
7
1 Review |  7 Ratings
4 star
2
0 Reviews |  2 Ratings
3 star
0
0 Reviews |  0 Ratings
2 star
0
0 Reviews |  0 Ratings
1 star
0
0 Reviews |  0 Ratings
9
Ratings
4.8 Average rating
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 :)