ToArray
Converts objects into meaningful sequences.
Usage
Install
$ npm install json-functionImport
import { toArray } from 'json-function';Usage
const data = {
'SpahhfW88GEcnVEXBkSB': {
name: 'John'
},
'kDdjXxZWZwzKfYOyLUkE': {
name: 'Mike'
},
'yPND1ItYbQXgoBXIAsz8': {
name: 'Dan'
}
};Last updated
Was this helpful?
