RosettaCodeData/Task/Sort-three-variables/Jq/sort-three-variables-1.jq
2023-07-01 13:44:08 -04:00

11 lines
149 B
Text

def example1:
{x: "lions, tigers, and",
y: "bears, oh my",
z: "(from the \"Wizard of OZ\")"
};
def example2:
{x: 77444,
y: -12,
z: 0
};