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
The jsonpointer commandline utility accepts either a file containing a JSON pointer expression (example: jsonpointer -f ptr.json a.json b.json) or
the expression as a commandline argument (example: jsonpointer -p "/a" a.json b.json).