ashphy/jsonpath-online-evaluator

Bad eval result

mjmatthiesen opened this issue · 0 comments

given this json

{
    "filterviews": [
  	  {
  		  "name": "strin",
  		  "tableid": 1234,
  		  "view": "string"
  	  }
    ],
    "version": 1,
    "objectname": "string",
    "objectid": 1234,
    "documenttype": "application/pdf",
    "invokedby": "aeee1ee9-bee0-42f0-aa09-844ef4909cba",
    "invokeddatetime": "2022-08-18T14:15:52.351-06:00",
    "companyname": "string",
    "printername": "",
    "duplex": false,
    "color": false,
    "defaultcopies": 1,
    "papertray": null,
    "intent": "Print"
}

the following path evaluates correctly, but should fail.
$.filterviews[.view