using UnityEngine; using System.Collections; namespace XCharts { public interface IJsonData { void ParseJsonData(string json); } }