I think this is likely where the issue is. Great reference.
If you see the tag value, it contains double quotes around the 01, which according to JSON.org, should be interpreted as a string.
![]()
Also, the double-quotes are maintained to the Perspective screen:

So, somewhere in the middle, maybe it’s not interpreting the string number as a string, but as a number?
