#20781
LifeTimer
Participant

I’ve tried it now and it works great!

Here is the full source code of my new JSON beautifier macro:

document.selection.Text = JSON.stringify(JSON.parse(document.selection.Text), null, '\t');

:-)

By the way, you should really mention the new JSON / Javascript 5.8 support in the releasenotes for EmEditor 15.9 I think (if I’m not blind and you already did?), since it’s a very big deal I think!

Thanks a lot!

PS.
The email notifications from your forums started working for me again yesterday, did you do something about them, or did they just fix themselves in a very well-timed fashion?