0 votes
in JSON by
What Is Json Object?

1 Answer

0 votes
by

An object is an unordered set of name/value pairs. An object begins with { (left brace) and ends with } (right brace). Each name is followed by : (colon) and the name/value pairs are separated by , (comma).

Related questions

0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
...