Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category