We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0534ef commit e731798Copy full SHA for e731798
1 file changed
samples/JSONToTupleConvert/com.ibm.streamsx.json.sample.jtot/SimpleConversion.spl
@@ -28,7 +28,7 @@ public composite SimpleJsonConvert {
28
//Read and parse the json into a SPL tuple
29
//Note that the [JSONTuTuple] operator will match the tuple attributes
30
//to their respective JSON ones. Attribute names have to match exactly
31
- stream<Json> ParsedS = JSONToTuple(JsonS) {
+ stream<JsonType> ParsedS = JSONToTuple(JsonS) {
32
}
33
34
() as SinkOp = Custom(ParsedS) {
0 commit comments