Closed italanchan closed 1 year ago
Hi,
As subject, ObjectPath will raise error when execute select all nodes query. ($.*)
seletor = '$.*' # input by developers. objectpath.Tree(jsoncontent).execute(selector)
How to write the selector to select whole jsoncontent ?
Just upgrade to version 0.6.1, the above script is ok to run without error.
Hi,
As subject, ObjectPath will raise error when execute select all nodes query. ($.*)
seletor = '$.*' # input by developers. objectpath.Tree(jsoncontent).execute(selector)
How to write the selector to select whole jsoncontent ?