diff --git a/src/LitJson/IJsonWrapper.cs b/src/LitJson/IJsonWrapper.cs index 9b7e2d1..6fcfb4a 100644 --- a/src/LitJson/IJsonWrapper.cs +++ b/src/LitJson/IJsonWrapper.cs @@ -43,6 +43,7 @@ public interface IJsonWrapper : IList, IOrderedDictionary bool GetBoolean (); double GetDouble (); int GetInt (); + int[] GetIntArray (); JsonType GetJsonType (); long GetLong (); string GetString ();