add, remove, insert, and replace keys
get keys, values, values of keys and keys of values.
indexes.
Could you expand a bit on what you mean?
a object is basically a collection of keys.
every key has a value. { FirstKey: FirstValue, SecondKey: SecondValue }
I want to:
- add keys and values
- remove keys and values
- insert keys and values
- insert values into keys
- insert keys into values
- replace keys and values
- replace values in keys
- replace keys in values
- get item of object
- get key of object
- get value of object
- get index of item
- get index of key
- get index of value
- get key of item
- get value of item
Im sorry if thats too much
I think you mean dictionaries? I saw a library in this snap version. Snap! Build Your Own Blocks