To recreate, open the live demo and replace any key or table name with the word constructor. Even using quotes around the word does not prevent crashing.
Creating an empty table with the name constructor does not cause a crash, but simply omits the empty table altogether:
[empty]
[emptier]
[constructor]
[emptiest]
results in
{
"empty": {},
"emptier": {},
"emptiest": {}
}