tfio.experimental.serialization.decode_json

Decode JSON string into Tensors.

Used in the notebooks

Used in the tutorials

data A String Tensor. The JSON strings to decode.
specs A structured TensorSpecs describing the signature of the JSON elements.
name A name for the operation (optional).

A structured Tensors.