Class JSONKeywords
Provides JSON keyword resolution services, this class is thread safe
Inheritance
System.Object
JSONKeywords
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.JSON
Assembly: Azos.dll
Syntax
public static class JSONKeywords
Methods
Resolve(String)
Resolves a JSON keyword - this method IS thread safe
Declaration
public static JSONTokenType Resolve(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
JSONTokenType |