Saturday, 24 August 2013

What is the minimum valid JSON?

What is the minimum valid JSON?

I've carefully read the JSON description http://json.org/ but I'm note
sure I know the answer to the simple question. What strings are the
minimum possible valid JSON?
"string" is the string valid JSON?
43 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 vlid JSON?

No comments:

Post a Comment