Skip to content

Feature request: Parse URI should support outputting as JSON #1756

Description

@moshekaplan

Is your feature request related to a problem? Please describe.
To make it easier to build recipes based on output from the Parse URI feature, please add a checkbox setting so that it outputs the result as JSON.

Describe the solution you'd like
A checkbox setting in Parse URI that formats the output as JSON, as described below:

Input:

https://www.google.com/search?q=test&sourceid=chrome&ie=UTF-8

Before:

Protocol:	https:
Hostname:	www.google.com
Path name:	/search
Arguments:
	q        = test
	sourceid = chrome
	ie       = UTF-8

After (with the JSON checkbox checked):

{
"Protocol":"https:",
"Hostname":"www.google.com",
"Path name":"/search",
"Arguments": {
	"q" : "test",
	"sourceid" : "chrome",
	"ie" : "UTF-8"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions