Hi experts, how are you all doing? Hope you are all doing well. I'm looking for a way to iterate over a json array in business central version 15.
In my function, I'm getting a json array as a parameter and I have to get values from that json array one by one inside a loop.
I got a solution: https://community.dynamics.com/nav/f/microsoft-dynamics-nav-forum/350906/how-to-iterate-over-json-array-in-navison-2018-using-c-al/938056
But this solution includes dotnet. Is there any alternative way to iterate over a json array without using dotnet in AL? Answers will be highly appreciated.
Thanks for reading.