I want to change a string into an object

It is now like that

{"canfd":false,"ext":false,"rtr":false,"canid":672,"dlc":5,"data":[0,0,0,0,0,0,128,128]}

ist

I need to change it like that

{"canfd":false,"ext":false,"rtr":false,"canid":672,"dlc":5,"data":[0,0,0,0,0,0,128,128]}

need

Have you tried passing it through a JSON node?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.