An interface that defines how to map each possible state of a JsonField to a value of
type [R]..
public interface Visitor<in T, out R> implements JsonValue.Visitor<R>An interface that defines how to map each possible state of a JsonField to a value of
type [R].