Is there an API command to display only the data JSON portion of a stream without any other information such as "publishers", "keys", etc...
for example:
"json" : {
"name" : "Jane Smith",
"city" : "Paris"
}
If there is not an API command, is there a simple way to do it by creating a node.js file?