JsonToAirbyteValue

Naively convert a json node to the equivalent AirbyteValue. Note that this does not match against a declared schema; it simply does the most obvious conversion.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun convert(json: JsonNode): AirbyteValue