The Met Office helpfully returns JSON with keys using the character $.
Is there a way to get a template to read them? If there is I can’t find it!
{
"RegionalFcst": {
"createdOn": "2021-06-09T07:47:26",
"issuedAt": "2021-06-09T04:00:00",
"regionId": "xy",
"FcstPeriods": {
"Period": [
{
"id": "day1to2",
"Paragraph": [
{
"title": "Headline:",
"$": "Sunny and very warm by day with mild nights."
},
{
This would work but for the $
As shown here…