Using DSL to parse string

Hi All,

Still learning DSL…

I would like to parse the string below to extract the eventNumber and parameter1 and parameter2 values.

What would be the best approach?

Mike

SH_LastLog_String changed from {"eventNumber":252,"timeDataValid":true,"month":6,"day":25,"hour":8,"minute":27,"eventType":48,"parameter1":1,"parameter2":1} to {"eventNumber":253,"timeDataValid":true,"month":6,"day":25,"hour":8,"minute":27,"eventType":48,"parameter1":255,"parameter2":2}

`

1 Like

Perfect. Thank you.