How to leverage JSONUTils DeserializeObject method
Hi Support Community,
We have a JSON string which we are trying to deserialize using the OOTB JSONUtils toolbox item. There is limited documentation on how to use this component. I am trying to deserialize an object which has other objects and arrays within it. I am using the method:
String jsonString, Type objectType, out Object deserializedObject