A map type that accepts an arbitrary object as key. JSON.stringify is used to create the actual key for the underlying map. This can be helpful if value equality is desired.
Return the value for the key.
Sets a value for a given key.
A map type that accepts an arbitrary object as key. JSON.stringify is used to create the actual key for the underlying map. This can be helpful if value equality is desired.