Super-quick one-liner to collect & show all keys in an object from the
mongo db shell:
keys = []; for(x in gds){keys.push(x)}; keys
necessary in the mongo shell, where a key can have so many sub-items
that it clears out the terminal above it.
Super-quick one-liner to collect & show all keys in an object from the
mongo db shell:
keys = []; for(x in gds){keys.push(x)}; keys