Using JSON

You can define parameters using JSON syntax.

These JSON strings must be valid JSON as determined by the iOS or Windows 10 parser, for example,

  • 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"}