The Json type exposes the following members.
Methods|
| Name | Description |
|---|
  | AjaxCall(String, DatabaseRow, String, String) | |
  | AjaxCall(String, DatabaseRow, String, UploadedFiles, String) | |
  | AjaxCall(String, DatabaseRow, String, String, String, UploadedFiles, String) | |
  | AjaxCallT(String, DatabaseRow, String, String, String) | |
  | Beautify | |
  | CallExternalAPI | |
  | CallExternalAPIAsString | |
  | CallRESTful(String, String, String) | |
  | CallRESTful(String, DatabaseRow, String, String) | |
  | CallRESTful(String, String, String, String) | |
  | CallRESTful(String, DatabaseRow, UploadedFile, String, String) | |
  | CallRESTful(String, DatabaseRow, UploadedFiles, String, String) | |
  | Contains | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
  | Get | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
  | GetStr | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | IsFalse | |
  | IsTrue | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | Parse(TextReader) | |
  | Parse(String) | |
  | ParseAsDict | |
  | ParseAsList(String) | |
  | ParseAsListT(String, T) | |
  | ParseAsRow | |
  | ParseAsRows | |
  | ParseFile | |
  | Select(Object, String) | |
  | SelectT(Object, String) | |
  | SelectArrayT | |
  | SelectAsRow | |
  | SelectAsRows(Object, String) | |
  | SelectAsRows(Object, String, Int32) | |
  | Stringify(Object) | |
  | Stringify(Object, Boolean) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
  | ToString(Object) | |
  | ToString(Object, Boolean) | |
  | WriteArray | |
  | WriteKey | |
  | WriteKeyValue | |
  | WriteValue | |
Top
See Also