Adding the JSON_DELETE constant.

This commit is contained in:
Ima Mechanique 2013-10-18 18:18:06 +01:00
parent 65f9678930
commit 427ad53d23
3 changed files with 10 additions and 2 deletions

View file

@ -273,6 +273,7 @@ namespace LSLEditor
public const int JSON_APPEND = -1;
public const string JSON_ARRAY = "\uFDD2";
public const string JSON_DELETE = "\uFDD8";
public const string JSON_FALSE = "\uFDD7";
public const string JSON_INVALID = "\uFDD0";
public const string JSON_NULL = "\uFDD5";