0 votes
in AJAX by
What are all the different data types that JSON supports?

1 Answer

0 votes
by

JSON supports following data types:

  1. String
  2. Number
  3. Boolean
  4. Array
  5. Object
  6. Null
...