JSON types reference their value in memory, not the actual value. The below is snipped from https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/jsonobject/jsonobject-data-type
Be careful making JSON types equal to one another. When you do that you copy the reference, not the value. This caught me out.
I’m implementing…
Continue Reading james’s Article on their blog
JSON References
TL;DR JSON types reference their value in memory, not the actual value. The below is snipped from https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/jsonobject/jsonobject-data-type Be careful making JSON types equal to one another. When you do that you copy the reference, not the value. This caught me out. Example 1 I’m implementing an interface which accepts a JsonObject parameter expecting that…
Blog Syndicated with james’s Permission