11.7
Where or how do I find the name of GetType? If i do jsonObject:GetType('myJsonField') I will get a number refering to what type it has. How do I get the name?
Did you look at the documentation for GetType() ? It reads "The returned integer corresponds to the static integer properties defined in the Progress.Json.ObjectModel.JsonDataType class". So you can use that to generate the name.