My content model has a JSON Object field. I need to create an entity from that model through .NET.
I have created a POCO class in .NET. But which .NET type should I use for the JSON Object field?
My content model has a JSON Object field. I need to create an entity from that model through .NET.
I have created a POCO class in .NET. But which .NET type should I use for the JSON Object field?