Jump to content

a.lumley

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by a.lumley

  1. Good morning,

     

    I'm currently trying to create a simple Script Filter Alfred 3 Workflow using Python. I found an earlier example which demonstrated how to pass XML results to a Python workflow:

    xmloutput = """
    <?xml version="1.0" encoding="utf-8" ?>
    <items>
      <item arg="testitem">
        <title>FooBar</title>
        <subtitle>foo bar is a test item</subtitle>
        <icon>icon.png</icon>
      </item>
    </items>
    """
    
    print(xmloutput)
    

    My question is, what is the syntax for doing the same with the new JSON data structure?

     

    regards,

     

    Andrew

×
×
  • Create New...