You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have the following JSON data object inside struct view
foo: { bar: { items: [1, 2, 3, 4, 5] } }
Can I somehow force jora to search for 'items' key without manually typing foo.var.items?
I read documentation of jora https://github.com/discoveryjs/jora and could not found the solution. I might be missing something. It feels like there's some function or a way to do that but I can't get it.
The text was updated successfully, but these errors were encountered:
Hi!
Let's say I have the following JSON data object inside struct view
foo: { bar: { items: [1, 2, 3, 4, 5] } }
Can I somehow force jora to search for 'items' key without manually typing foo.var.items?
I read documentation of jora https://github.com/discoveryjs/jora and could not found the solution. I might be missing something. It feels like there's some function or a way to do that but I can't get it.
The text was updated successfully, but these errors were encountered: