Friday 14 November 2014

JSON Datatypes


Data Type
Description
Number
double- precision floating-point format in JavaScript
String
double-quoted Unicode with backslash escaping
Boolean

true or false
Array
an ordered sequence of values
Value

it can be a string, a number, true or false, null etc
Object
an unordered collection of key:value pairs
null

empty



Prevoius                                                 Next                                                 Home

No comments:

Post a Comment