In the REST API sample, 'id': 12345, the value of the 'id' key is _______.

Boost your exam preparation with Boson Practice Exam. Study with quizzes, flashcards, and comprehensive explanations. Ace your exam confidently with expert guidance!

Multiple Choice

In the REST API sample, 'id': 12345, the value of the 'id' key is _______.

Explanation:
In JSON, numeric values appear without quotation marks. The id shown as 12345 is written without quotes, so it is interpreted as a number. That makes it a numeric type—different from a string like "12345" (text), a boolean like true/false, or an array like [ ... ]. So the value of the id key is numeric.

In JSON, numeric values appear without quotation marks. The id shown as 12345 is written without quotes, so it is interpreted as a number. That makes it a numeric type—different from a string like "12345" (text), a boolean like true/false, or an array like [ ... ]. So the value of the id key is numeric.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy