0 votes
in JAVA by

What are true about JSON Arrays?

values should be comma-separated

values should be semicolon-separated

can store single value

{ (square bracket) } is used to represent array

...