What Is Array JSON to Object JSON Conversion?
This transformation converts an array of objects into an object of arrays. Each unique key from the input objects becomes a key in the output object with all corresponding values collected into arrays.
How to Use
- Paste an array of objects into the input editor.
- Click "Convert to Object" to transpose rows to columns.
- Use the reverse button to convert back.