get keys of json javascript code example Example: js get json keys myObject = { "key": "value" } Object.keys(myObject); // get array of keys