jsonpath-rust
jsonpath-rust copied to clipboard
i think that fromstr(data) should be data and find should be path is correctly
Is easy to know that we should get different value from thesame big json. if load the path first. we should fromstr much times for the same json. That's crazy. but if we load the json first then find (path), is more useful and dont need to load the different path again and again.