Home  >  Article  >  Development Tools  >  Use notepad++ to solve practical problems

Use notepad++ to solve practical problems

藏色散人
藏色散人forward
2021-05-25 14:49:113386browse

The following tutorial column of notepad will introduce how to use notepad to solve practical problems. I hope it will be helpful to friends in need!

Use notepad to solve practical problems

Case 1: When the programmer is debugging the interface, the result returned by the interface is json data. The json data format is confusing and difficult to read. We can paste the returned results into notepad and use the Json Viewer plug-in to format the data.

Use notepad++ to solve practical problems

After completing the operation, the json data structure is very clear.

Use notepad++ to solve practical problems

Case 2: When programmers are debugging an interface, the interface sometimes requires json data as an actual parameter, which is displayed with a line of code. We can paste the actual parameter json into notepad (as shown in the picture above) and perform the following operations:

Use notepad++ to solve practical problems

The above is the detailed content of Use notepad++ to solve practical problems. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete