diff --git a/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs b/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs index 1baae04e3..2789e9c48 100644 --- a/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs +++ b/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs @@ -4,11 +4,6 @@ using System.Collections.Generic; namespace UniJSON { - public class JsonParseResult - { - public List Values = new List(); - } - public static class JsonParser { static ValueNodeType GetValueType(Utf8String segment)