We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Map
there is no way to serialize a object to int keys like php, js object's keys are always string.
it's possible to present it in js with new Map([[1,'q']]) and hopefully is will became a:1:{i:1;s:1:"q";}
new Map([[1,'q']])
a:1:{i:1;s:1:"q";}