Skip to content
Aviv Biton edited this page Aug 27, 2019 · 1 revision

Field

  • Description: Defines the name of the returned object and the data for the parser.
  • Type: Object
  • Properties:
{
 name: "display name of the field",
 data: { /* Object data the will be parsed by a parser */ }
}
  • Additional Notes: N/A

Clone this wiki locally