Class JsonFileWriter

java.lang.Object
org.apache.arrow.vector.ipc.JsonFileWriter
All Implemented Interfaces:
AutoCloseable

public class JsonFileWriter extends Object implements AutoCloseable
A writer that converts binary Vectors into an internal, unstable JSON format suitable for integration testing. This writer does NOT implement a JSON dataset format like JSONL.