{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "k",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ConditionalExpression",
            "test": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 9
                },
                "end": {
                  "line": 17,
                  "column": 10
                }
              }
            },
            "consequent": {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "x",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 16
                      },
                      "end": {
                        "line": 17,
                        "column": 17
                      }
                    }
                  },
                  "value": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 19
                      },
                      "end": {
                        "line": 17,
                        "column": 20
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 16
                    },
                    "end": {
                      "line": 17,
                      "column": 20
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 17,
                  "column": 13
                },
                "end": {
                  "line": 17,
                  "column": 23
                }
              }
            },
            "alternate": {
              "type": "ConditionalExpression",
              "test": {
                "type": "Identifier",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 26
                  },
                  "end": {
                    "line": 17,
                    "column": 27
                  }
                }
              },
              "consequent": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "y",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 33
                        },
                        "end": {
                          "line": 17,
                          "column": 34
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 36
                        },
                        "end": {
                          "line": 17,
                          "column": 37
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 33
                      },
                      "end": {
                        "line": 17,
                        "column": 37
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 30
                  },
                  "end": {
                    "line": 17,
                    "column": 40
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "z",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 46
                        },
                        "end": {
                          "line": 17,
                          "column": 47
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 3,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 49
                        },
                        "end": {
                          "line": 17,
                          "column": 50
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 46
                      },
                      "end": {
                        "line": 17,
                        "column": 50
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 43
                  },
                  "end": {
                    "line": 17,
                    "column": 53
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 26
                },
                "end": {
                  "line": 17,
                  "column": 53
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 53
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 53
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 54
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 1
    }
  }
}
