Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subfield. multidimensional #37

Open
joeydaal opened this issue Jul 29, 2021 · 5 comments
Open

Subfield. multidimensional #37

joeydaal opened this issue Jul 29, 2021 · 5 comments

Comments

@joeydaal
Copy link

Is there a way to select the value?
I want the image value as showen below

entries:

@rpitera
Copy link

rpitera commented Nov 16, 2021

Looking for the exact same answer.

@arthurgustin
Copy link

It does not sound possible according to the code but I'm not a js developer. For this it would require the use of something similar to jsonpath, xpath but for objects (??), this way we could select any field inside a nested array of object with the following syntax (for @joeydaal use-case): $.links[type="image/jpeg"].url.

@deam0n
Copy link

deam0n commented Jan 25, 2022

I also would love this!

@Dynamix72
Copy link

See #43 for an solution (made by deam0n)

@Madelena
Copy link

@Dynamix72 That solution seems to only work that very particular scenario, where the image link is under the href object instead of the hard-coded url object. It wouldn't work for any subfields.

I can see how the feature can be added, but it's significant work and I will look into that later.

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

No branches or pull requests

6 participants