Starting work on JSON functionality.
This commit is contained in:
parent
c54b50b4a0
commit
13667e5a3c
2 changed files with 15 additions and 0 deletions
14
trunk/SecondLife/json.cs
Normal file
14
trunk/SecondLife/json.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Text;
|
||||
|
||||
namespace LSLEditor
|
||||
{
|
||||
public partial class SecondLife
|
||||
{
|
||||
public class jsonObject : DictionaryBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue