Login
Remember
Register
Ask a Question
What are all the different data types that JSON supports?
0
votes
asked
Feb 1, 2024
in
AJAX
by
john ganales
What are all the different data types that JSON supports?
json-supports
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 1, 2024
by
john ganales
JSON supports following data types:
String
Number
Boolean
Array
Object
Null
...