Skip the JsonToken, get the values straight from JsonObject with the right GetValue method
Views (2)
With the Business Central 2025 wave 1 (runtime 15) we can now bypass getting the token for a JsonObject to get the value of a key. Use one of the GetValue methods provided by the AL compiler for JsonObject variables: Watch my short YouTube video to see how I read keys from a sample app.json […]
The post Skip the JsonToken, get the values straight from JsonObject with the right GetValue method appeared first on Business Central Musings.
This was originally posted here.
*This post is locked for comments