Why cant i grab the null value in this string?
Code
$json(%stats,data,weekly,all,properties).value


the json looks like this.

Code
{
  "status": "success",
  "data": {
    "title": "mw",
    "platform": "battle",
    "username": "Ancientskull#1576",
    "type": "wz",
    "level": 55.0,
    "maxLevel": 0.0,
    "levelXpRemainder": 3000.0,
    "levelXpGained": 7000.0,
    "prestige": 0.0,
    "prestigeId": 0.0,
    "maxPrestige": 0.0,
    "totalXp": 960000.0,
    "paragonRank": 0.0,
    "paragonId": 0.0,
    "s": 0.0,
    "p": 0.0,
    "lifetime": {
      "all": {
        "properties": {

    "weekly": {
      "all": {
        "properties": null
      },
      "mode": {
        
      },
      "map": {
        
      }
    },
    "engagement": null
  }
}


so there is no data for weekly so i would want it to add null to my ini, so can check it and say, hey, there is no data for weekly.