Skip to content

Object JSON to Array JSON

Transpose an object of arrays back into an array of objects. Reverse of array-to-object conversion.

Input

json
loading editor…

Paste your JSON object of arrays here...
or drop a file anywhere in this pane

Output

json

Converted array will appear here...
press to convert to array

What Is Object JSON to Array JSON Conversion?

This transformation converts an object of arrays back into an array of objects. Each array element is reconstructed by combining values at the same index across all keys.

How to Use

  1. Paste an object of arrays into the input editor.
  2. Click "Convert to Array" to transpose columns back to rows.
  3. Use the reverse button to convert back.

Related Tools