jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

A query library for retrieving part of JSON based on JSONPath syntax.

Results 2 jsonpath issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I want to assert that a particular jsonpath evaluates to an empty array. This instead returns `jsonpath.ErrorMemberNotExist`. **To Reproduce** ```golang package main import ( "encoding/json" "fmt" "reflect"...

enhancement