RosettaCodeData/Task/Quoting-constructs/Jq/quoting-constructs-1.jq

4 lines
48 B
Plaintext

def data:
"A string", 1, {"a":0}, [1,2,[3]]
;