Nooblet Posted November 19, 2020 Share Posted November 19, 2020 (edited) Hi, I just wanted to know if Alfred has any default way to deal with multiple levels of JSON before I start stringing together multiple script filters. Example: "items": [ { "uid": "google", "title": "google", "arg": { "items": [ { "uid": "youtube.com", "title": "youtube", "arg": "https://youtube.com", } ] }, }, {"uid": "youtube.com", "title": "youtube", "arg": "https://youtube.com"}, ] The behavior I'm looking for is to select google from Alfred's list and have it display that inner JSON. Is this possible? Edited November 19, 2020 by Nooblet Link to comment
deanishe Posted November 19, 2020 Share Posted November 19, 2020 Afraid not. You have to use multiple Script Filters. Nooblet 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now