Can I use a home made ws1001.json file to with Weather Display

Hi,
For some time now I been using the Use from Weather Exchange format CSV file form a Raspberry Pi to import data into WD, a samba network location on my Raspberry pi4 that is readable on Windows 11
How ever a json file is easier to read, for checking that my software is sending the correct data.

I have created my own version of a ws1001.json file, which I hope is compatable with WD and would like to use this file rather than CSV.
How ever |I’m not sure how to import it into WD using the same method, or if its in the correct format
Example is below:
{“timestamp”: 1693055830.0, “updated”: “13:17:10”, “outsideTemp”: 60.62, “outsideHumidity”: 84.3, “humiditytrend”: 84.3, “dewpoint”: 55.9, “dewpointtrend”: 55.9, “windchill”: 73.4, “windDir”: 127.5, “windSpeed”: 0.0}

I will also need to add some more data to it.
Can any one tell if this will work with WD and how best to import it into the programme.

Can someome please tell me if my version is compatable, and how best to import it using the above method.
If this json is not the correct format, please can kind person show me some example that withh work so I can duplicathe in my python3 software.
Many Thanks
Michael

You might have to ask Brian (the author) by e-mailing him direct, he doesn’t visit the Forum very often.