Back to JSON Pipeline

Pipeline template

Merge JSON configuration files

Merge a base JSON config with an environment override while preserving untouched nested defaults and applying predictable array behavior.

Runnable example

Run this template on your JSON

Start from the sample input, edit the JSON, and open the same pipeline in the visual editor when you want to customize it.

{
"appName": "MyService",
"version": "2.1.0",
"server": {
"host": "0.0.0.0",
"port": 3000,
"cors": {
"enabled": true,
"origins": [
"http://localhost:3000"
]
}
},
"database": {
"host": "localhost",
"port": 5432,
"name": "myservice_dev",
"pool": {
"min": 2,
"max": 10,
"idleTimeout": 30000
}
},
"logging": {
"level": "debug",
"format": "pretty"
},
"features": {
"darkMode": false,
"betaFeatures": false,
"analytics": true
}
}
Output
Output will appear here after you run the pipeline.

Love the result?

Use this exact pipeline in your app, backend, or LLM workflow.

No setup needed. Works with curl, Node, Python.

Uses example data. For edited input, copy from the playground.

Read integration guide

Need multiple transformations?

Try ForgeJSON Pipeline to combine extraction, cleanup, normalization, validation, and export steps into one reusable workflow.

Try ForgeJSON Pipeline