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 |
What is json used for?
Explain JSON Objects?
Who is the father of json and what is the scripting language json is based on?
What is the full syntax of json.stringify?
Which is faster json or xml?
What is polyfill?
Is json a framework?
Can you write an example code in json?
What are the json objects?
Explain how to convert json text to a javascript object?
Who is the Father of JSON ?
Name the browsers that support json format?