Skip to main content

Examples

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{ "string": "This is a simple string", "integer": 24, "decimal": 1.34, "boolean": true, "dateTime": "2016-10-12T09:29:18.5144641+01:00", "object": { "id": "12345", "name": "item1" }, "stringArray": [ "Item 1", "Item 2", "Item 3" ], "integerArray": [ 1,2,3 ], "decimalArray": [ 1.2, 3.4, 5.6 ], "dateTimeArray": [ "2017-03-07T14:37:27.0998174+00:00", "2017-03-07T14:39:16.3337294+00:00", "2017-03-07T14:39:19.3495296+00:00" ], "objectArray": [ { "id": "12345", "name": "item1" }, { "id": "67890", "name": "item2" } ] }

Still need help?

New support request