Home > Development Tools > notepad > body text

Use notepad++ to solve practical problems

藏色散人
Release: 2021-05-25 14:49:11
forward
3393 people have browsed it

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template