search
HomeBackend DevelopmentPHP ProblemHow to remove json backslash in php

How to remove json backslashes in php: 1. Delete the backslashes through the "stripslashes($_POST['json']);" method; 2. Use "json_decode" to decode the JSON format string Just decode it.

How to remove json backslash in php

The operating environment of this article: Windows 7 system, PHP version 7.1, DELL G3 computer

How to remove json backslash in php?

PHP removes the backslash in the json string\

The json string passed to PHP through AJAX is sometimes escaped with a backslash "\", PHP When processing, you need to remove the backslashes first, and then json_decode.

$str = stripslashes($_POST['json']);$arr = json_decode($str,true);

stripslashes() function: delete the backslashes added by the addslashes() function.

json_decode: Decode the string in JSON format.

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to remove json backslash in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment