Skip to content

Instantly share code, notes, and snippets.

@cshtml5
cshtml5 / JsonConvert.cs
Last active January 21, 2021 16:05
A CSHTML5-compatible version of the Newtonsoft JsonConvert library
using CSHTML5;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Threading.Tasks;
//------------------------------------
// This extension adds JSON serialization/deserialization