Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Ability to dig deeper using one "Get ___ From Object" node. #132

Open
reality-exe opened this issue Apr 15, 2023 · 2 comments
Open

Ability to dig deeper using one "Get ___ From Object" node. #132

reality-exe opened this issue Apr 15, 2023 · 2 comments

Comments

@reality-exe
Copy link

The ability to be able to dig deeper inside of a JSON object instead of having to use a node for every value would be nice.

Example:

{
    "author": {
        "name":"Reality.exe"
    }
}

Instead of using 2 nodes to get the author's name, 1 node for the JSON object, the other for the name. Being able to do "author.name"

@art0007i
Copy link
Contributor

I think it already exists in newtonsoft. just need to expose it as a node
https://www.newtonsoft.com/json/help/html/QueryJsonSelectTokenJsonPath.htm

@Xlinka
Copy link
Owner

Xlinka commented Jun 15, 2023

The ability to be able to dig deeper inside of a JSON object instead of having to use a node for every value would be nice.

Example:

{
    "author": {
        "name":"Reality.exe"
    }
}

Instead of using 2 nodes to get the author's name, 1 node for the JSON object, the other for the name. Being able to do "author.name"

Is this feature still needed and is it needed as a seperate node ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants