xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

JSON null as key bug All In One

JSON null as key bug All In One


json = {null: 'bug'};
//{null: 'bug'}

JSON.stringify(json);
//'{"null":"bug"}'

JSON.parse(JSON.stringify(json))
//{null: 'bug'}

json[null]
// 'bug'

refs



©xgqfrms 2012-2020

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @ 2022-01-24 17:15  xgqfrms  阅读(26)  评论(1编辑  收藏  举报