Multiple choice technology programming languages

JSON is a text format that is completely language independent

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JSON is indeed a text format that is completely language independent. While JSON's syntax was derived from JavaScript, it's supported by virtually every modern programming language through parsers and generators. It was specifically designed to be a universal data interchange format that any language can read and write.