How to reformat JSON in Notepad++?

前端 未结 21 1711
清酒与你
清酒与你 2020-12-04 04:20

I need Notepad++ to take a json string from this

{\"menu\": {\"id\": \"file\",\"value\": \"File\",\"popup\": {\"menuitem\": [{\"value\": \"New\", \"onclick\"         


        
21条回答
  •  抹茶落季
    2020-12-04 05:09

    Notepad 5.8.7 and jsmin 1.7.0.0 works wonderful here.

    Be careful though, found out jsmin eats the comments the hard way (should have read first).

提交回复
热议问题