Registry / serialization / flink-json

flink-json

JSON →
library2.2.0javamavenunverified

JSON format support for Apache Flink, enabling serialization and deserialization of JSON data.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-json</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-JSON
F
flink-json
serializationjavav2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonRowDeserializationSchema
org.apache.flink.formats.json.JsonRowDeserializationSchema

Deserializes a JSON string into a Flink Row using a JSON schema.

import org.apache.flink.formats.json.JsonRowDeserializationSchema; import org.apache.flink.types.Row; JsonRowDeserializationSchema schema = new JsonRowDeserializationSchema.Builder("{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"}}}").build(); Row row = schema.deserialize("{\"name\":\"Alice\"}".getBytes());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-json — mvn dependency:get flink-json · libregistry