2 lines
107 B
Text
2 lines
107 B
Text
def is_stringset:
|
|
. as $in | type == "object" and reduce keys[] as $key (true; . and $in[$key] == true);
|