So i'm trying to serialize a container object with some data to JSON (using Newtonsoft's JSON.NET), and I would like to hide the fact that the data is contained (so the serialization output should only be the contained data, not the container as well).So i'm trying to serialize a container object w