Omitir para ir al contenido principal

Dell Unity™ Family Unisphere® Management REST API Programmer's Guide

PDF

JSON list encoding

A JSON list is a list of values with the following format:

[ <value1>,
<value2>, <value3>,...]

where:

  • Square brackets enclose the list.
  • Commas separate each value.
  • <value> can be another list or any of the base value encoding formats.

JSON lists can be empty.

Examples

The following example shows an empty list:

"ScheduleDays" : [ ]

The following example shows a list with one value:

"scheduleDays" : [ 2 ]
The following example shows a list with three values:
"scheduleDays" : [ 2, 3, 4 ]

Califique este contenido

Preciso
Útil
Fácil de comprender
¿Este artículo fue útil?
0/3000 characters
  Proporcione calificaciones (1 a 5 estrellas).
  Proporcione calificaciones (1 a 5 estrellas).
  Proporcione calificaciones (1 a 5 estrellas).
  Seleccione si el artículo fue útil o no.
  Los comentarios no pueden contener estos caracteres especiales: <>"(", ")", "\"