Home > Article > Development Tools > Use notepad++ to solve practical problems
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.
After completing the operation, the json data structure is very clear.
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:
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!