IJsonExtensionObject public interface IJsonExtensionObject The base JSON interface with extension data. Documentation Code IDictionary<string, object> ExtensionData { get; set; } Gets or sets the extension data (i.e. additional properties which are not directly defined by the JSON object).