diff --git a/SIMPSharpStringUtils/SimplSharpStringUtils.csproj b/SIMPSharpStringUtils/SimplSharpStringUtils.csproj
index fa364cf..5e79448 100644
--- a/SIMPSharpStringUtils/SimplSharpStringUtils.csproj
+++ b/SIMPSharpStringUtils/SimplSharpStringUtils.csproj
@@ -75,7 +75,7 @@
C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpStringUtils.clz
1.007.0017
- 4/24/2017 3:44:06 PM
+ 4/24/2017 3:50:54 PM
False
diff --git a/SIMPSharpStringUtils/StringUtils.cs b/SIMPSharpStringUtils/StringUtils.cs
index 68e0ba2..3e72602 100644
--- a/SIMPSharpStringUtils/StringUtils.cs
+++ b/SIMPSharpStringUtils/StringUtils.cs
@@ -92,6 +92,12 @@ public string JSONAttributes(String body, String desiredAttribute)
}
return string.Empty;
}
+ public string getSonyResponseValue(String body, String desiredAttribute)
+ {
+ string result = JSONAttributes(body, "result");
+ string valToReturn = JSONAttributes(result, desiredAttribute);
+ return valToReturn;
+ }
public string GetMemberOfStringArray(String arrayToSearch, String delimiter, int member)
{
string[] strArr = arrayToSearch.Split(delimiter[0]);
diff --git a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.csproj.FileListAbsolute.txt b/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.csproj.FileListAbsolute.txt
deleted file mode 100644
index 36c906d..0000000
--- a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpStringUtils.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpStringUtils.pdb
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpCustomAttributesInterface.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpHelperInterface.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\obj\Debug\ResolveAssemblyReference.cache
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\obj\Debug\SimplSharpStringUtils.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\obj\Debug\SimplSharpStringUtils.pdb
diff --git a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.dll b/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.dll
deleted file mode 100644
index 0e8fa25..0000000
Binary files a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.dll and /dev/null differ
diff --git a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.pdb b/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.pdb
deleted file mode 100644
index 78af2cd..0000000
Binary files a/SIMPSharpStringUtils/obj/Debug/SimplSharpStringUtils.pdb and /dev/null differ
diff --git a/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.csproj.FileListAbsolute.txt b/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.csproj.FileListAbsolute.txt
deleted file mode 100644
index 50f396a..0000000
--- a/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpStringUtils.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\Newtonsoft.Json.Compact.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpCustomAttributesInterface.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpHelperInterface.dll
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\obj\Release\ResolveAssemblyReference.cache
-C:\repos\SIMPSharpStringUtils\SIMPSharpStringUtils\obj\Release\SimplSharpStringUtils.dll
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpStringUtils.dll
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\bin\Newtonsoft.Json.Compact.dll
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpCustomAttributesInterface.dll
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\bin\SimplSharpHelperInterface.dll
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\obj\Release\ResolveAssemblyReference.cache
-C:\repos\SimplSharpStringUtils\SIMPSharpStringUtils\obj\Release\SimplSharpStringUtils.dll
diff --git a/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.dll b/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.dll
deleted file mode 100644
index cdbf5ab..0000000
Binary files a/SIMPSharpStringUtils/obj/Release/SimplSharpStringUtils.dll and /dev/null differ
diff --git a/SimplSharpStringUtils.suo b/SimplSharpStringUtils.suo
deleted file mode 100644
index 030ae31..0000000
Binary files a/SimplSharpStringUtils.suo and /dev/null differ