Class ListNode


public class ListNode extends CollectionNode<List<JsonNode>>
Represents a node serialized as a JSON-LD list.

I.e., it is serialized as an object with a single attribute - @list and its value is a JSON array.