Data Processing
Invert By
Invert keys grouped by values using lodash _.invertBy
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/invert-by' \
-H 'Content-Type: application/json' \
-d '{"objectInput":"{\"a\":\"x\",\"b\":\"x\",\"c\":\"y\"}","iterateePath":"type"}'