I have a dict containing both key+value pairs, and key+[array of dict] 
pairs.

Can I use filter! to remove the entire parent dict if condition in child is 
met?

i.e. 

If measurements[uniqueentrykey]["studyid"] == "bad study" then remove 
measurements[uniqueentrykey]

Thanks

Reply via email to