Interview - PSJoshi/Notes GitHub Wiki

Why JSON

Advantages:

  • It is machine and human readable
  • It is concise (compared to XML)
  • It is supported in many languages
  • It works with standard CLI tools

Disadvantages

  • It is schema-less and fragile
  • It is slow. Languages have to convert JSON strings to binary representations and back.