I am using JSON API 1.1.2 and recently discovered that JSON to Variant and Variant to JSON cannot handle paths. Any chance I can get a fix that adds another case for paths?
I would have assumed that this would be handled by the default case in both VIs but the default cases seems to be handled in different ways. Variant to JSON uses Variant to Flattened String and JSON to Variant uses OpenG Scan From String. I think the default case would be able to handle paths if Variant to JSON used OpenG Format Variant Into String. Why was this not done? I can see that it was at one point in the code comments but there isn't enough of an explanation.
If I can help modify the code please let me know.
thanks,
-Pat