Last active
April 10, 2022 09:08
-
-
Save klim2020/20391264d842f2f0ec8c9f680f6e80b7 to your computer and use it in GitHub Desktop.
php howto Remove double quote in json_encode() удалить двойные кавычки в json массиве с php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $array_final = preg_replace('/"([a-zA-Z]+[a-zA-Z0-9_]*)":/','$1:',$array_final); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment