eclipse-paho / paho.mqtt-spy

mqtt-spy is an open source desktop & command line utility intended to help you with monitoring activity on MQTT topics
Other
620 stars 145 forks source link

Message Content Chart: JSONPath: Value Expression - ?() Filter expressions doesn't work #96

Open andrei-palamarciuc opened 3 years ago

andrei-palamarciuc commented 3 years ago

Version: mqtt-spy-1.0.1-beta-b18-jar-with-dependencies

Payload { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price": 8.95 }, { "category": "fiction", "author": "Evelyn Waugh", "title": "Sword of Honour", "price": 12.99 } ] }

Value Expression $.book[?(@.category=='reference')].price

Result The chart doesn't display the expected value. No error in "Show error...". image