Skip to content

Instantly share code, notes, and snippets.

View icodeintx's full-sized avatar
🏠
Working from home

Scott Durrett icodeintx

🏠
Working from home
View GitHub Profile
@icodeintx
icodeintx / ICanJSON.cs
Created April 29, 2023 17:09
I Can JSON Interface with Implementation
using Newtonsoft.Json;
namespace myproject
{
public interface ICanJson
{
// marker
}
public static class JsonExtensions