Built with from Grav and Hugo
Returns the length of the bytes value.
This function does not generate a change.
bytes.len()
len()
None
Returns length of the byte sequence.
This code uses len() to return the length of a byte sequence:
bytes("abc").len();
Return value in JSON format
3