Jump to content

Multi-Level JSON within script filter possible or not?


Recommended Posts

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 by Nooblet
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...