HTML, CSS, JAVASCRIPT, JSON , XML,
A collection name _vlaue pairs an ordered lis of values
Start and closing with {} start and closing []
{“name”: “java”, “ver”:”num”} [{“name”: “java”, “ver”:”num”},
{“name”: “php”, “ver”:”num”} }
Json rules
Json file have .json as extension, ex. User.json
key/value pare {“key”:”value}
Double quotes “ “ ;
Value should be a valid JSON data type
Data is separated by comma (,)
Curly braces should object {....}
Square brackets hold arrays [ ]
Gson is a Java library → Add Gson dependency
Comments
Post a Comment