About JSON.stringify serialization

test is an Array, but after JSON.stringify is serialized, it becomes Object, as follows

clipboard.png

clipboard.png

what is the reason, please?

May.04,2021

have you done anything to the object before serialization? it is impossible to reproduce your problem


your JSON.stringify has probably been rewritten, not the original

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bbd0-2c2c6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bbd0-2c2c6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?