Tag Browser -> Right click folder -> Import -> Direct
Tag errors occurred during tag import
Error_Exception("Error importing tags: java.lang.IllegalStateException: Not a JSON Object:
[{"name":"BA20_v","tagType":"AtomicTag","valueSource":"reference","dataType":"Float4","extraInfo":"V","sourceTagPath":"[MBUS]up1/L1/FUS0-FUS127/FUS2","documentation":"24VDC Supply Voltage Monitor"}]")
I am 99% sure this is a valid JSON object, everything else that I have that loads JSON objects is happy with it. Is this a known issue or am I making a mistake of some kind?
Update: removing the outer bracket and handing only a dict worked, for a single object.