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

.
Menu