rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Fix JsonEx cannot parse Object.create(null) #174

Closed krmbn0576 closed 5 years ago

krmbn0576 commented 5 years ago

To create REALLY pure object, which has no prototype method such as constructor or hasOwnProperty, you can create object by Object.create(null). But, JsonEx cannot stringify and parse these objects. Fixed!