How can I print out the functions as a json string generated by the standard booking wizard?
I would like to use this to compare the content with the data that is passed via a silent booking. This way we can be sure the functions are configured the same.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
Hi Mieke,
Bellow you can find a code example. Never tried to compare the functions like this, check if it works, otherwise implement an IEqualityComparer<in T>.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023