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
Fair, but other JSONPath programs consider something like $.info[0].feature_param_dict_list[0].1 as a valid path to get the value of the "1" key in the feature_param_dict_list. I have ran into this issue as well for some of my data and it would be wonderful if paths like the one above were supported.
my patch key contain a number as a key(but it is real a str),Can we be compatible with this format
my path example :
$.info[*].feature_param_dict_list[*].1[0]
The text was updated successfully, but these errors were encountered: