Hi!
I have trouble getting the JsonReader to work.
Starting with the JsonReader help patch, I try to replace the example file with my own file (a spotify streaminghistory file; I have attached an anonymous pseudo example file with the same structure StreamingHistory_example.zip (339 Bytes) ), but I can’t get it to output anything. I assume it has something to do with the notice in the help file :
"Note, very often JSON files are coming with multiple properties sitting directly in the root element, in this case parsing the file fails and the JSONReader returns an empty XDocument.
In this case, just define a custom root element by setting the “Deserialize Root Element Name” input pin, like in this example."
Being new to json and XElements I tried some things without really knowing what to do.
So, any help is much appreciated,
thanks in advance!