Stripped XmlRpcCS and JSONlib down to just the methods we use.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@100 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -12,16 +12,6 @@ namespace Nii.JSON
|
||||
public sealed class JsonFacade
|
||||
{
|
||||
/// <summary>
|
||||
/// Parse a Hashtable and return a JSON formatted string
|
||||
/// </summary>
|
||||
/// <param name="idict"></param>
|
||||
/// <returns></returns>
|
||||
public static string toJSON(IDictionary idict)
|
||||
{
|
||||
JSONObject jsob = new JSONObject(idict);
|
||||
return jsob.ToString();
|
||||
}
|
||||
/// <summary>
|
||||
/// Parse JSON formatted string and return a Hashtable
|
||||
/// </summary>
|
||||
/// <param name="sJSON"></param>
|
||||
|
||||
Reference in New Issue
Block a user