So, I’m trying to mock some JSON data coming from a SiteCore CMS system. Some of the data fields have names that start with a double underscore. Which is problematic in Mockaroo because this hides the column. Is there an explicit way to over ride this? Here is an example of some of the JSON I need to mock:
“__target”: null,
“__interfaces”: [],
“__baseType”: “System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”,
“__proxyGenerationOptions”: {
“hook”: {},
“selector”: null,
“mixins”: null,
“baseTypeForInterfaceProxy.AssemblyQualifiedName”: “System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”