Login
Remember
Register
Ask a Question
Mention what are the data types supported by JSON?
0
votes
asked
Nov 4, 2020
in
JSON
by
rahuljain1
Mention what are the data types supported by JSON?
#json-data-types
#data-types-json
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 4, 2020
by
SakshiSharma
Mention what are the data types supported by JSON?
Data types supported by JSON includes
1) Number
2) String
3) Boolean
4) Array
5) Object
6) Null
...