Skip to content

Instantly share code, notes, and snippets.

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

Prime rubenknuijver

🏠
Working from home
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Newtonsoft.Json.Linq;
namespace Styx.Services.Json
{
public class JMap<T>