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

4 lines
48 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def data:
"A string", 1, {"a":0}, [1,2,[3]]
;