Contents

jsonRepresentation(options:)

Generates a JSON data instance of the data frame.

Declaration

func jsonRepresentation(options: JSONWritingOptions = .init()) throws -> Data

Parameters