JSON Merger & Splitter
Merge multiple JSON files into one, or split large JSON by item count or top-level keys. Great for migrations, batch jobs, and test data prep. Processing stays in your browser.
call_merge Merge JSON Files
Upload multiple files or paste JSON snippets (one per line). Owly will merge them in order.
Inputs
Merged Output
Output is pretty-printed JSON. For extremely large files, splitting may be faster.
call_split Split JSON
Split a large JSON into smaller files by array chunk size or by top-level keys.
Input JSON
Tip: splitting by size (bytes) can be added if you want strict file-size targets.
Split Output
Paste JSON and click Split.
Notes
- Merge order matters: later files overwrite earlier keys when merging objects.
- Array splitting uses item counts (e.g. 100 items per file).
- Key splitting creates one file per top-level key (for objects).