Starting work on JSON functionality.

This commit is contained in:
Ima Mechanique 2013-07-03 04:35:14 +01:00
parent c54b50b4a0
commit 13667e5a3c
2 changed files with 15 additions and 0 deletions

14
trunk/SecondLife/json.cs Normal file
View file

@ -0,0 +1,14 @@
using System;
using System.Collections;
using System.Text;
namespace LSLEditor
{
public partial class SecondLife
{
public class jsonObject : DictionaryBase
{
}
}
}

View file

@ -251,6 +251,7 @@
</Compile>
<Compile Include="Plugins\Generic.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SecondLife\json.cs" />
<Compile Include="Solution\GuidProperty.cs">
<SubType>Form</SubType>
</Compile>