Advertisement
Guest User

JSON Data Types

a guest
Mar 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. Valid Data Types
  2. In JSON, values must be one of the following data types:
  3.  
  4. a string
  5. a number
  6. an object (JSON object)
  7. an array
  8. a boolean
  9. null
  10. JSON values cannot be one of the following data types:
  11.  
  12. a function
  13. a date
  14. undefined
  15.  
  16. Read Full : http://bit.ly/2nQthRU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement