Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

JSONARRAYSIZE(<string containing a JSON array>)

Description

Returns the number of elements of the selected JSON arrays.

...

GroupName_ListName_JSONJSONARRAYSIZE returns
Group1[Andy, Alba, Anna, Affa]["Andy","Alba","Anna","Affa"]4
Group2[Jeff, June, Jack]["Jeff","June","Jack"]3
Group3[Rick, Rode]["Rick","Rode"]2
Group4[Molly]["Molly"]1

Further Documentation

Find more documentation on working with JSON here.