Is there a function in php that can quickly convert object or arr into json string?

WBOY
Release: 2023-03-02 06:56:01
Original
1295 people have browsed it

Is there a function in php that can quickly convert object or arr into json string?

Reply content:

Is there a function in php that can quickly convert object or arr into json string?

Hey, if you don’t know enough, you should read more books. json_encode

json_encode

<code>(object) $arr;
(array) $obj;
json_encode($arr);
json_decode($json);</code>
Copy after login

json_decode json_encode.....

You can use a third-party library, search on Baidu, there will be a lot of them

If you are using mac system. It is recommended that you install Dash for easy viewing of various technical documents. I have collected an article introducing mac tools. http://go2live.cn/archives/13...

json_encode json_decode
Look at the PHP manual yourself. . .

Related labels:
php
source:php.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!