Skip to content

Instantly share code, notes, and snippets.

@mshick
Last active August 9, 2021 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshick/313c188bdf1932ff0ebe07ff5d592fb5 to your computer and use it in GitHub Desktop.
Save mshick/313c188bdf1932ff0ebe07ff5d592fb5 to your computer and use it in GitHub Desktop.
{
    "searchParamsMapping": [
        [
            "expand[]", 
            [
                ["get": {"path": "somepath"}], ["concat": {"path": "somepath"}]]
        ], 
        ["expand[]", 
            [["set": {"value": "somepath"}]]
        ], 
        ["foo", [["set": {"value": "bar"}]]]
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment