Skip to content

Instantly share code, notes, and snippets.

@KABBOUCHI
KABBOUCHI / JSONEditor.cs
Created September 10, 2017 12:17 — forked from paullj/JSONEditor.cs
A JSON Editor in the inspector. Preview and more information in comments 🙂
using System.IO;
using System.Linq;
using System.Globalization;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using UnityEngine;
using UnityEditor;
using System;