JSFiddle - React, Tailwind, and code Playground

by AshThakur

JavaScript

var jsondata = {"data": {
        "cookie": {
            "originalMaxAge": 90000000,
            "expires": "2021-02-01T08:28:27.962Z",
            "httpOnly": true,
            "path": "/"
        },
        "loggedin": true,
        "username": "[email protected]",
        "user_id": 1,
        "fullname": "Aumkar Thakur",
        "role": "free"
    }
    }
    delete jsondata['otherIndustry'];

    console.log(jsondata);