View source on GitHub |
Decode JSON string into Tensors.
tfio.experimental.serialization.decode_json(
data, specs, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
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). |
Returns | |
---|---|
A structured Tensors. |