My JSON To AL Converter

JSON TO AL CONVERTER

Since I am very lazy and I didn’t find any AL code generator I decided to develop it on my own.

My app gets a JSON file as input and, for each entity present, it automatically generates three files :

1) the AL table ;

2) the AL page ;

3) the AL API page ;

The AL code is SaaS/Cloud ready (I’m not sure if it works on OnPremise, but it should) . It is targeting the current Business Central version : 17.2. I am planning to migrate it as a Visual Studio extension soon.

It’s really simple to use, you have a demo video below.

EXECUTABLE

If you don’t want to compile the VS2019 solution you can get the application executable from here:

http://www.katanet.it/download/JsonToAlConverter.zip

It requires framework installed.

SOURCES

Source code is available.

https://github.com/avalonit/JsonToAlConverter

REFERENCES

This project is a fork of existing C# class generator from JSON.

JSON C# Class Generator (xamasoft.com)

https://www.xamasoft.com/json-class-generator/

LAST UPDATED

8th of January, 2021

23rd of March, 2021 (updated github)

4 thoughts on “My JSON To AL Converter

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s