thanks alot dude you made my day . i was trying to deserialize Json response in ESP32 and getting the value of slider as long received in esp32 , i made some changes her is the prototype:
[{"id":"88b25812.a52fd8","type":"http in","z":"c043cf8e.9fbab","name":"","url":"hello","method":"get","upload":false,"swaggerDoc":"","x":540,"y":480,"wires":[["6548ad5d.850b5c"]]},{"id":"fd29bab0.a3fe38","type":"ui_slider","z":"c043cf8e.9fbab","name":"slider","label":"slider","tooltip":"","group":"4abde384.aad474","order":1,"width":0,"height":0,"passthru":true,"outs":"all","topic":"","min":0,"max":"1000","step":"5","x":650,"y":560,"wires":[["3d324a4b.c8ee66"]]},{"id":"6548ad5d.850b5c","type":"change","z":"c043cf8e.9fbab","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"slider","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":770,"y":480,"wires":[["815ecbfa.09d6c"]]},{"id":"3d324a4b.c8ee66","type":"change","z":"c043cf8e.9fbab","name":"","rules":[{"t":"set","p":"slider","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":560,"wires":[["e1622ee.a96b5d"]]},{"id":"a97be0e1.78358","type":"http response","z":"c043cf8e.9fbab","name":"","statusCode":"","headers":{},"x":1190,"y":480,"wires":[]},{"id":"e1622ee.a96b5d","type":"debug","z":"c043cf8e.9fbab","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1040,"y":560,"wires":[]},{"id":"126cf64f.d1b3ca","type":"inject","z":"c043cf8e.9fbab","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"10","payloadType":"num","x":520,"y":560,"wires":[["fd29bab0.a3fe38"]]},{"id":"815ecbfa.09d6c","type":"json","z":"c043cf8e.9fbab","name":"","property":"payload","action":"str","pretty":false,"x":960,"y":400,"wires":[["a97be0e1.78358","8f8a6a13.1fd968"]]},{"id":"8f8a6a13.1fd968","type":"debug","z":"c043cf8e.9fbab","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1340,"y":300,"wires":[]},{"id":"4abde384.aad474","type":"ui_group","z":"","name":"SENSORS","tab":"2b8559ab.f8b276","order":1,"disp":true,"width":"6","collapse":false},{"id":"2b8559ab.f8b276","type":"ui_tab","z":"","name":"HTTP","icon":"dashboard","order":1,"disabled":false,"hidden":false}]