json quotation marks no longer stripped from output?
-
Hi,
Just wanted to know if it is intended for the quotation mark delimiters to be stripped from the output parameters of the Json Parser?
In Isadora previously and including 4.0.9 the quotation marks were stripped at the output of the Json Parser actor as seen in this screen grab:

When I use the same in 4.1.3 the quotation marks appear as delimiter at the output:

Unfortunately this has rendered a number of my projects dysfunctional so I am wondering if this is the new norm or something that will revert back to previous versions?
Best Wishes,
Russell
-
I can confirm this is a know issue, I have documented recently.
I suspect we will return this to the previous behaviour.
I made a User Actor that can handle this in a backward compatible way, so you we don't need to remove it again in the future when the issue is fixed.dx-strip-quotes-from-json-parser.iua4
Could have done the same thing with JavaScript, but 'maybe' its lighter weight with native actors.
-
hi Ryan,
Thinking along the same lines I made a quick fixer with Text Parser and similarly thought about JavaScript. I will check out your offer though, and appreciate that we might return to the stripped iteration of the actor in future releases.
Best wishes
Russell