The JsonObject and JsonArray data types can be used to simplify the process of transferring data between AL and ControlAddIns. Check out the video:
Tag Archives: JSON
The object oriented way of JSON handling in AL – Part 1
Assuming we are in a modern development every object (codeunit) knows how to convert to JSON. For that reason the first component is an interface “IJsonObjectConverter” which is implemented by every “object” codeunit.
Business Central: How to get any Records in JSON format
Hello, today I want to share a post related to how we could obtain any Business Central record in JSON format using a generic method that would be able to process any ERP Record/Table.
MS365BC JSON Viewer FactBox
In my daily work I often encounter interfaces and web services of any kind. Whether inbound or outbound, they usually use some kind of payload in the form of JSON these days. No matter if it’s the outgoing object or the response of the web service.
Creating complex JSON structure in AL and Business Central
Creating complex JSON structure in AL and Business Central
Launch.json, the gatekeeper to Business Central Development
Another installment in the Beginning AL series. This time I take a closer look at the launch.json file and explain what’s going on in that. If you’re new to BC development this is for you, check it out:
Create JSON in AL
Last year I developed an integration to an external REST API from Business Central. One of the things that I had to learn is how to deal with JSON. We now have a bunch of different JSON data types, and if you’re just getting into them, they are hard to keep apart. With this post, I’ll try to explain as easy as I can make it, how to create a JSON object in AL.