I have a json like this
{"1":"#ff0051","2":"#d000ff","3":"#2200ff","4":"#00ff59"}
How can I read these values since they don't have a property name? It is a bit difficult to think of a way.
I have a json like this
{"1":"#ff0051","2":"#d000ff","3":"#2200ff","4":"#00ff59"}
How can I read these values since they don't have a property name? It is a bit difficult to think of a way.