JSON / Config merge

JSON Object Merge

This page has a stable URL for review, documentation, and implementation comparison. The fixture tabs show merge inputs and output; the contract tabs show JSON and compact ruleset renderings with stable IDs and deterministic ownership.

Basic .json mergejsonline_bound_statementsstable_pathnative_read_portable_writelayout_onlyjson_object_pairsstructural_only

Fixture sources

JSON fixture: structuredmerge-fixtures/json/slice-09-merge/object-merge.json

Compact ruleset: structuredmerge-fixtures/rulesets/json/slice-09-merge/object-merge.smrules

Fixture view
{
  "name": "structuredmerge",
  "meta": {"enabled": false, "mode": "template"},
  "tags": ["template"],
  "template_only": 1
}
Contract view
{
  "contract_id": "json-object-merge",
  "format": "json",
  "owners": "line_bound_statements",
  "match": "stable_path",
  "read": "native_read_portable_write",
  "attach": "layout_only",
  "render": "json_object_pairs",
  "capabilities": {
    "structural_only": true,
    "arrays_destination_wins": true
  }
}