Length
Returns the lengths of the nodes. Length is defined according to the type of the node.
String length
returns length of string
Given a sample.yml file of:
then
will output
null length
Given a sample.yml file of:
then
will output
Map length
returns number of entries
Given a sample.yml file of:
then
will output
Array length
returns number of elements
Given a sample.yml file of:
then
will output
Last updated