js-php-unserialize
js-php-unserialize copied to clipboard
Unserializing large strings
I have a 60kb serialized string from PHP. I cannot unserialize it. The last three characters are not appended ", }, and ]. For smaller string it returns correct unserialized data. Is there any way to solve this problem?