mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
From: Rob Smart <SMARTROB@uk.ibm.com>
Implement an osParseJSON method useful for handling simple JSON returns from http requests. This will only work in C# at this point.
This commit is contained in:
@@ -2035,6 +2035,11 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
}
|
||||
|
||||
|
||||
public System.Collections.Hashtable osParseJSON(string JSON)
|
||||
{
|
||||
return m_LSL_Functions.osParseJSON(JSON);
|
||||
}
|
||||
|
||||
//for testing purposes only
|
||||
public void osSetParcelMediaTime(double time)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user