What is the minimum valid JSON?

I’ve carefully read the JSON description http://json.org/ but I’m not sure I know the answer to the simple question. What strings are the minimum possible valid JSON?

  • "string" is the string valid JSON?
  • 42 is the simple number valid JSON?
  • true is the boolean value a valid JSON?
  • {} is the empty object a valid JSON?
  • [] is the empty array a valid JSON?

8 Answers
8

Leave a Comment