------------------------------------------------------ JsonNode
----------------------------------------------------- Printable
Retrieves the ID of an element at the given index.
Index of the element to get.
ID of the element at the given index, if any.
Represents a
vecJSON CRDT node, which is a LWW array.Vector is, usually a fixed length, last-write-wins array. Each element in the array is a reference to another JSON CRDT node. The vector can be extended by adding new elements to the end of the array.