JSLT in the browser
Program (JSLT)
{ "sum": .a + .b, "greet": "hi " + .name }
Input JSON
{"a":2, "b":3, "name":"alice"}
Run
Output JSON