interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Automatically deserialize as `TabularDataResource` when application/table-schema+json MIME type is shared

Open jonsequitur opened this issue 1 year ago • 0 comments

Currently, the application/table-schema+json MIME type must be handled and deserialized by users in .NET kernels. This requires understanding of the type and some amount of manual plumbing code, even though the serialization settings and types are available in Microsoft.DotNet.Interactive.Formatting.

The .NET-based kernels should automatically deserialize this MIME type from JSON in a similar way to how it deserializes some other types (string, int, etc.)

jonsequitur avatar Oct 02 '23 17:10 jonsequitur