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: NFX.CodeAnalysis.JSON
Assembly: NFX.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 |