Hi,
I have JSON data, from a client, where the input is either a class object or an array of class objects. Ideally, I would want to always have an array/list so if it is just a single class object, append it to the array instead.
I hope that makes sense.