What is difference between json and bson?
Answer / Omkar
JSON (JavaScript Object Notation) and BSON (Binary JSON) are both data interchange formats, but they have some differences:
1. JSON is a text-based format that uses human-readable syntax to represent data.
2. BSON is a binary format that stores data more compactly and efficiently in memory.
3. MongoDB, which uses BSON, converts data between BSON and JSON when communicating with clients or web APIs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain jsonp in a simple language.
Why do we use json in android?
What is the name of android class do we need to use to build up an json object?
What is json in javascript?
What are the JSON Tools for Java Developer?
What is the extension of json file?
What does hasownproperty method do?
Why do we use json in php?
What is the use of json stringify?
What are the limitations of jsonp?
Can you write an example code in json?
What is the syntax of json?