RosettaCodeData/Task/Sort-three-variables/Jq/sort-three-variables-1.jq

12 lines
149 B
Plaintext

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