RosettaCodeData/Task/Set/Jq/set-2.jq

3 lines
107 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def is_stringset:
. as $in | type == "object" and reduce keys[] as $key (true; . and $in[$key] == true);