This is a very simple Kafka Connect SMT which takes the entire key or value record and transforms it to a new record which contains exactly one field with a JSON representation of the origin record.
This library offers a lightweight, streaming JSON parser that processes input incrementally as it arrives. Rather than waiting for the entire JSON string, you can access parsed data progressively ...