1. Extracting Prototype Keys
Frontend DeveloperBackground
A developer is working with a custom class instance and needs to verify all accessible properties, including those inherited from a base class.
Problem
Standard object inspection only shows own properties, hiding inherited functionality.
How to use
Paste the object representation into the input field to generate the full list of keys.
{"name": "Device", "type": "Sensor"}Outcome
Returns a JSON array: ["name", "type"] plus any additional keys inherited from the object's prototype.