Advertisement
GenuineSounds

Untitled

Feb 12th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.56 KB | None | 0 0
  1. {
  2.   "Float": 8.5,
  3.   "Double": 1234.5678,
  4.   "Long": -1,
  5.   "Short": 32767,
  6.   "DataCompound": {},
  7.   "BigInteger": [
  8.     105,
  9.     39,
  10.     71,
  11.     -95,
  12.     -74,
  13.     -50,
  14.     -118,
  15.     -16,
  16.     101,
  17.     -114,
  18.     51,
  19.     25,
  20.     50,
  21.     89,
  22.     -45,
  23.     -13,
  24.     12,
  25.     1,
  26.     -14
  27.   ],
  28.   "Boolean": true,
  29.   "Byte": 36,
  30.   "IntArray": [
  31.     2,
  32.     4,
  33.     6,
  34.     8
  35.   ],
  36.   "ByteArray": [
  37.     3,
  38.     5,
  39.     7,
  40.     9
  41.   ],
  42.   "String": "Test \"stuff\"",
  43.   "BigDecimal": "1234.567000000000000000000000000000000000000000008",
  44.   "Integer": -1
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement