Adding the JSON_DELETE constant.
This commit is contained in:
parent
65f9678930
commit
427ad53d23
3 changed files with 10 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue