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:n1. JSON is a text-based format that uses human-readable syntax to represent data.n2. BSON is a binary format that stores data more compactly and efficiently in memory.n3. 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 |
Can you write an example code in json?
How to Generate or Send JSON Data at the Server Side?
What is json file type?
what is the difference between JSON and JSONP?
What is the use of newtonsoft json?
what is JSON objects?
How to Parse JSON Data that is Coming from a Server in Android?
1 Answers SkillGun Technologies,
What is json syntax?
What is json formatter?
Explain how you can convert a string into a JSON Array?
Why must one use JSON over XML?
What the security and json parser?