I didn't see it listed in the R3 documentation as being unavailable, so I attempted to use the new ImportJson() method in a PB 2017 .NET web service.
The PowerScript compiles successfully, but when you attempt to deploy the target you get this error:
C0051: No overload for method 'importjson' takes '1' arguments.
I attempted to pass in different combinations of the optional arguments (up to all 9 total), and would always get the same error (with the '1' changing to the new # of arguments that passed).
Should this work in R3, or was it just missed in the docs? I saw that other new features were explicitly marked as unavailable in .NET web services, so I'm just checking to see if this also falls under that umbrella.
Loving the new JSON and rest/httpclient features in R2 and R3 - they already have solved some important problems that 12.5 could not. For an old dog, it's a lot of fun learning new PB tricks!
Thanks,
John
John