cleanse
Version:
Remove reserved keys like hasOwnProperty, toString, etc. on objects recursively
23 lines (22 loc) • 419 B
JSON
{
"whois": "John Galt?",
"toString": "a Prometheus who changed his mind",
"hasOwnProperty": true,
"missing": true,
"location": null,
"employment": [
"20th Century Motor Company",
"Taggart Transcontinental"
],
"education": [
{
"school": "Patrick Henry University",
"toString": "PHU",
"years": 4,
"majors": [
"physics",
"philosophy"
]
}
]
}