SingleEntityWithNoRelationships.json 954 B

12345678910111213141516171819202122232425
  1. {
  2. "int64TestAttribute": 42,
  3. "stringTestAttribute": "This is a test value",
  4. "int32TestAttribute": 32,
  5. "int16TestAttribute": 256,
  6. "decimalTestAttribute": 1.2,
  7. "doubleTestAttribute": 124.3,
  8. "floatTestAttribute": 10000000000,
  9. "booleanTestAttribute": false,
  10. "dateTestAttribute": "2011-07-23T22:30:40Z",
  11. "colorTestAttribute": "rgba(64,128,225,1)",
  12. "mappedAttributeWithStringValue": "Mapped value",
  13. "dateWithCustomFormat": "8/5/2011 1-56-04",
  14. "nullTestAttribute": null,
  15. "int64AsStringTestAttribute": "42",
  16. "int32AsStringTestAttribute": "32",
  17. "int16AsStringTestAttribute": "256",
  18. "decimalAsStringTestAttribute": "1.2",
  19. "doubleAsStringTestAttribute": "124.3",
  20. "floatAsStringTestAttribute": "10000000000",
  21. "numberAsStringTestAttribute" : 10248909829,
  22. "booleanAsStringTestAttribute": "true",
  23. "unixTimeTestAttribute" : 1388349428,
  24. "unixTime13TestAttribute" : 1388349427543
  25. }