sunny-green•2y ago
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
and I need this format
3 Replies
MDN Web Docs
Object.values() - JavaScript | MDN
The Object.values() static method returns an array of a given object's own enumerable string-keyed property values.
you could use key-value storage to save simple plain text array
Dataset doesn't allow plain strings, it must be object. So you would need KV store