Advertisement
Matiushenko_Dima

Untitled

Sep 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Viewer
  2. Text
  3.  
  4. Paste
  5.  
  6.  
  7. Copy
  8.  
  9.  
  10. Format
  11.  
  12.  
  13. Remove white space
  14.  
  15.  
  16. Clear
  17.  
  18.  
  19. Load JSON data
  20.  
  21.  
  22. About
  23.  
  24.  
  25. {
  26. "list": [
  27. {
  28. "u": {
  29. "u": "1963",
  30. "a": 121,
  31. "n": 30,
  32. "t": 0,
  33. "d": 1963,
  34. "s": "",
  35. "j": "",
  36. "b": false,
  37. "r": 1537270711,
  38. "v": 1537280799479,
  39. "v2": 1537280708748,
  40. "ip": "",
  41. "ae": false,
  42. "f": "",
  43. "l": 20,
  44. "w": 0,
  45. "c": 0,
  46. "o": "ru",
  47. "m": "",
  48. "gm": 306,
  49. "ar": [
  50.  
  51. ],
  52. "x": "",
  53. "tpi": "",
  54. "de": [
  55.  
  56. ],
  57. "bn": "",
  58. "bv": "",
  59. "os": "android",
  60. "ci": {
  61. "i": 3,
  62. "v": "7.0",
  63. "n": "samsung SM-J710F",
  64. "a": "c2d87cbd-b0be-4b73-9e9c-f0657c105c1e",
  65. "ua": ""
  66. },
  67. "pci": {
  68. "i": 3,
  69. "v": "7.0",
  70. "n": "samsung SM-J710F",
  71. "a": "c2d87cbd-b0be-4b73-9e9c-f0657c105c1e",
  72. "ua": ""
  73. }
  74. },
  75. "d": [
  76.  
  77. ],
  78. "l": "AID=c2d87cbd-b0be-4b73-9e9c-f0657c105c1e",
  79. "lp": "",
  80. "r": "",
  81. "ot": 1537280799480
  82. }
  83. ]
  84. }
  85. Online JSON Viewer
  86. About JSON
  87. JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format. JSON is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).
  88.  
  89. Read more: json.org, wikipedia, google
  90.  
  91. In JSON, they take on these forms
  92. JSON object
  93.  
  94. JSON array
  95.  
  96. JSON value
  97.  
  98. JSON string
  99.  
  100. JSON number
  101. Example
  102. {
  103. "firstName": "John",
  104. "lastName": "Smith",
  105. "gender": "man",
  106. "age": 32,
  107. "address": {
  108. "streetAddress": "21 2nd Street",
  109. "city": "New York",
  110. "state": "NY",
  111. "postalCode": "10021"
  112. },
  113. "phoneNumbers": [
  114. { "type": "home", "number": "212 555-1234" },
  115. { "type": "fax", "number": "646 555-4567" }
  116. ]
  117. }
  118. About Online JSON Viewer
  119. Convert JSON Strings to a Friendly Readable Format
  120. The application using Ext JS.
  121. Author: {gabor}
  122.  
  123. PayPal - The safer, easier way to pay online!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement