[
  {"type":"Punctuation","value":"("},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"a"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"b"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"c"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n\n  "},
  {"type":"CommentMultiline","value":"/* Example json input */"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$jsonInput"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"firstName\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"JSONata\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"lastName\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"User\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"age\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"25"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"skills\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"LiteralStringDouble","value":"\"programming\""},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"cooking\""},
  {"type":"Punctuation","value":"],"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"over 18\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"KeywordConstant","value":"true"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"coordinates\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":" "},
  {"type":"NameTag","value":"\"latitude\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"51.509865"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameTag","value":"\"longitude\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberFloat","value":"-0.118092"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"};"},
  {"type":"Text","value":"\n  \n  "},
  {"type":"CommentMultiline","value":"/* Example function definition */"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$getGreeting"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"Keyword","value":"function"},
  {"type":"Punctuation","value":"("},
  {"type":"NameVariable","value":"$firstName"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$lastName"},
  {"type":"Punctuation","value":")"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"{"},
  {"type":"Text","value":"\n    "},
  {"type":"LiteralStringDouble","value":"\"Hello, \""},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u0026"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$firstName"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u0026"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\" \""},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u0026"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$lastName"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"};"},
  {"type":"Text","value":"\n\n  "},
  {"type":"NameVariable","value":"$isAdult"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$jsonInput"},
  {"type":"Punctuation","value":"."},
  {"type":"LiteralStringBacktick","value":"`over 18`"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n  \n  "},
  {"type":"CommentMultiline","value":"/* Example json transformation */"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$jsonInput"},
  {"type":"Punctuation","value":".{"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"fullName\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"$join"},
  {"type":"Punctuation","value":"(["},
  {"type":"Name","value":"firstName"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"Name","value":"lastName"},
  {"type":"Punctuation","value":"],"},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\" \""},
  {"type":"Punctuation","value":"),"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"greeting\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"$getGreeting"},
  {"type":"Punctuation","value":"("},
  {"type":"Name","value":"firstName"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"Name","value":"lastName"},
  {"type":"Punctuation","value":"),"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"skills\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"$append"},
  {"type":"Punctuation","value":"("},
  {"type":"Name","value":"skills"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\"jsonata\""},
  {"type":"Punctuation","value":"),"},
  {"type":"Text","value":"\n    "},
  {"type":"NameTag","value":"\"isAdult\""},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$isAdult"},
  {"type":"Text","value":"\n  "},
  {"type":"Punctuation","value":"}"},
  {"type":"Text","value":"\n\n  "},
  {"type":"NameVariable","value":"$spreadOp"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"="},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"LiteralNumberInteger","value":"1"},
  {"type":"Punctuation","value":".."},
  {"type":"LiteralNumberInteger","value":"5"},
  {"type":"Punctuation","value":"];"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$sortOperator"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"Name","value":"Account"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"Order"},
  {"type":"Operator","value":"^"},
  {"type":"Punctuation","value":"("},
  {"type":"Operator","value":"\u003e"},
  {"type":"Name","value":"Price"},
  {"type":"Punctuation","value":","},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u003c"},
  {"type":"Name","value":"Quantity"},
  {"type":"Punctuation","value":");"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$descendants"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"**"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"Postcode"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$math"},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"/"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"5"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"*"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"2"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"+"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"4"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"2"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"%"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"2"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$conditions"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u003e"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"and"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"\u003e"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"?"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"="},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"or"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"!="},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"in"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":"["},
  {"type":"LiteralNumberInteger","value":"1"},
  {"type":"Punctuation","value":","},
  {"type":"LiteralNumberInteger","value":"10"},
  {"type":"Punctuation","value":","},
  {"type":"LiteralNumberInteger","value":"20"},
  {"type":"Punctuation","value":"];"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$chainOperator"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"LiteralStringDouble","value":"\" trim \""},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"~\u003e"},
  {"type":"Text","value":" "},
  {"type":"NameFunction","value":"$trim"},
  {"type":"Punctuation","value":"();"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$sum"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"+10"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"+"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"-5"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"-"},
  {"type":"Text","value":" "},
  {"type":"LiteralNumberInteger","value":"+3"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"+"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$x"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"/"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$y"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$multiplyVars"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$a"},
  {"type":"Operator","value":"*"},
  {"type":"NameVariable","value":"$b"},
  {"type":"Text","value":" "},
  {"type":"Operator","value":"*"},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$c"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n  "},
  {"type":"NameVariable","value":"$wildcard"},
  {"type":"Text","value":" "},
  {"type":"Punctuation","value":":="},
  {"type":"Text","value":" "},
  {"type":"NameVariable","value":"$"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"wild"},
  {"type":"Punctuation","value":"."},
  {"type":"Operator","value":"*"},
  {"type":"Punctuation","value":"."},
  {"type":"Name","value":"card"},
  {"type":"Punctuation","value":";"},
  {"type":"Text","value":"\n"},
  {"type":"Punctuation","value":")"}
]
