Difference between BSON and JSON

 

JSON BSON
JSON stands for JavaScript Object Notation. BSON stands for Binary JavaScript Object Notation.
JSON is a human readable and completely language independent. BSON isn’t in human readable format.
Database like AnyDB,redis etc stores data into JSON format. MongoDB stores data in BSON format.
JSON data contains its data simple in JSON format. BSON provides additional datatypes over the JSON data.

You can also Visit

MongoDb installation on Windows 32 bit System
Rest API in Angular 4
Angular 4 Service Tutorial
Angular 4 Component Tutorial