ordinary-sapphireO

Json Array of strings

Hi, is possible to save data into json array of strings, instead of array of objects with one property? Now I have this format
[{"name": "Filip"}, {"name": "Denis"}, ...]

and I need this format
["Filip", "Denis", ...]
Was this page helpful?