JSON Text as data in a cluster's string control gets ill-formatted

Issue #49 resolved
Former user created an issue

When a cluster contains a string control, and the data feeding that control is a JSON string, then function 'Set Item (as LV Type)' ill-format the existaning JSON. In image attached, probe 15 shows the JSON content at the origine. Probe 16 shows the JSON that is modified after serializing the cluster.

Comments (2)

  1. James Powell repo owner

    Change your “Origin_cmd” cluster item to “<JSON>Origin_cmd”. That tag will tell the library that your item is a JSON value, rather than a regular text string.

  2. Log in to comment