12345678910111213141516171819202122232425 |
- {
- "int64TestAttribute": 42,
- "stringTestAttribute": "This is a test value",
- "int32TestAttribute": 32,
- "int16TestAttribute": 256,
- "decimalTestAttribute": 1.2,
- "doubleTestAttribute": 124.3,
- "floatTestAttribute": 10000000000,
- "booleanTestAttribute": false,
- "dateTestAttribute": "2011-07-23T22:30:40Z",
- "colorTestAttribute": "rgba(64,128,225,1)",
- "mappedAttributeWithStringValue": "Mapped value",
- "dateWithCustomFormat": "8/5/2011 1-56-04",
- "nullTestAttribute": null,
- "int64AsStringTestAttribute": "42",
- "int32AsStringTestAttribute": "32",
- "int16AsStringTestAttribute": "256",
- "decimalAsStringTestAttribute": "1.2",
- "doubleAsStringTestAttribute": "124.3",
- "floatAsStringTestAttribute": "10000000000",
- "numberAsStringTestAttribute" : 10248909829,
- "booleanAsStringTestAttribute": "true",
- "unixTimeTestAttribute" : 1388349428,
- "unixTime13TestAttribute" : 1388349427543
- }
|