Using JSON

You can define parameters using JSON syntax.

These JSON strings must be valid JSON as determined by the iPad's parser, e. g.

  • Must start and end with double quotes
  • Each element name must be placed in double quotes
  • Double quotes in strings must not be escaped

Example for a valid JSON string: {"MaxResults":"5"}