JSON Interface – prerequisites

There are two objects we use in all JSON interfaces. We use the TempBlob table and our custom JSON Interface Codeunit. Abstract JSON interface uses the same concept as a web service. The endpoint is defined by the Codeunit Name and the caller always supplies a…

Serialize NAV objects as JSON

Today in a forum someone asks this question: can I serialize a Microsoft Dynamics NAV object (record in a table) as JSON in C/AL? The new AL language (Extensions 2.0) has native support for JSON (for example JsonObjectClass) but in C/AL there’s no a native way…

JSON meets NAV

I have been using SOAP services over the last years. Only recently the RESTful web services have become more and more popular in my integration work. Wikipedia says: Bron : Gunnar's Blog Lees meer...