The built-in WebData Editor allows you to define the data structure for JSON, XML, HTML, and text content.
The Encoding drop-down menu is read-only on the WebData Editor. The definition of the data format must be made when creating the WebData object.
On this page:
In order to select other documents, or create new ones, the ComboBox and the Document Toolbar on top of the editor can be used.
When reading the file with the Data (or sending to a WebService), you replace parts of the text by Tags. To do that, surround the tag name with curly brackets.
Eg.: Replace "Name" : "John Robinson" by "Name" : "{Tag.MyTagWithTheName}"
The value of Tag.MyTagWithTheName will be used when reading the file or data package.
When loading files from disk, or receiving data packages from WebServices, the operation is reversed. If Tags are used, they will be populated with contents after parsing the contents of the received data.
In this section: