I try to get the value of a JSON object from my TypeScript component. It's working for all keys except one that contains a / in the key (e.g. "a/b": 10)
PS: .["a/b"] is also not working.
I try to get the value of a JSON object from my TypeScript component. It's working for all keys except one that contains a / in the key (e.g. "a/b": 10)
PS: .["a/b"] is also not working.