github-action-json-property icon indicating copy to clipboard operation
github-action-json-property copied to clipboard

prop_path including arrays

Open aserrallerios opened this issue 1 year ago • 0 comments

It doesn't seem to be possible to access values whose path includes arrays.

{
"foo":["bar"]
}

Ideally, the prop_path = foo[0] should return the value bar.

aserrallerios avatar Jun 30 '23 14:06 aserrallerios