成长值: 64000
|
Which option about JSON is true?
0 i2 a3 b& w0 H
1 R: M: K5 e3 g- v6 V2 |
+ o6 [; p9 t, e( l8 Y- t( W" a7 E2 Cuses predefined tags or angle brackets (<>) to delimit markup text
6 l1 x& j. ?- N! i6 c3 B/ N# `. Zused to describe structured data that includes arrays
! w) v2 m9 a6 v; J$ Zused for storing information. E, s. ~1 Q& B
similar to HTML, it is more verbose than XML2 e, O; Z) _# P) b2 o
/ P) _5 h0 e5 u" P# C2 l
Correct Answer -
8 {( d v8 ^7 b- B; x$ t0 c& _0 ~4 x
Which of the following is the JSON encoding of a dictionary or hash?
) K4 d! Z3 e2 h+ [/ K
) B* P: G$ d; f& U; G6 O P7 J- ~* ^8 [( x! D% T3 k
{ “key”: “value”}
/ X* C# m( ?3 Y( D[“key”, “value”]8 ^( l* n- R$ ~8 t& n. A7 L
{“key”, “value”}8 ~4 `" l, d, ~; P3 X* ^/ j. _* o
(“key”: “value”)
% G3 D' D, e( ^) e9 _- l
+ p) r2 u- v% H0 r/ N U. J" u' F9 J5 q
" v. W _# Z* E; a
Correct Answer -
8 ?4 g9 O# F* o% K- }* S: Y
( `7 e; ^3 r4 U1 ^Which option best describes an API?
( t ~9 W2 I2 d# B" ^
3 s% y+ t9 K/ _8 N. I% k7 G* s0 o* p
A contract that describes how various components communicate and exchange data with each other.& |; c! C* G6 v, |; V
an architectural style (versus a protocol) for designing applications* }- S b- F- j4 S0 m3 G" y6 y- C/ F
a stateless client-server model
+ N" u( x5 k% B+ D' lrequest a certain type of data by specifying the URL path that models the data W3 O3 n. t4 w4 a# [: Z& N
; a" e, p, {4 a1 xCorrect Answer ) e4 J- {- C* o$ z3 e7 e6 t: P
" |$ i% ]8 X2 @$ j2 K6 w+ p( B! h. L p7 u, U6 o0 w
, c: \: ~, w: A) }2 F
" O7 P% I6 W8 p$ Y" z( V X' A: u. y5 [% l1 J
|
|