public class SetNode extends CollectionNode<Set<JsonNode>>
Represents a node serialized as a simple JSON array.

Note that in JSON-LD, the JSON array represents a set and is thus unordered.