Skip to main content

own_keys

Function own_keys 

Source
pub fn own_keys(v: &Value) -> Result<Option<Vec<String>>, String>
Expand description

[[OwnPropertyKeys]], as INTERNAL key strings (so a symbol key comes back as @@sym:<id> — the form the rest of the runtime indexes by).