cloud-ip-ranges icon indicating copy to clipboard operation
cloud-ip-ranges copied to clipboard

Have only JSON files

Open szepeviktor opened this issue 11 months ago • 4 comments

Would you merge a PR that adds a command (jq) that converts Linode text to JSON?

# prefix, country, subdivision, city, zipcode, allocation_size
2600:3c00::/32,US,US-TX,Richardson,,
{
    "prefixes": [
        {
            "prefix": "2600:3c00::/32",
            "country": "US",
            "subdivision": "US-TX",
            "city": "Richardson",
            "zipcode": "",
            "allocation_size": ""
        }
    ]
}

szepeviktor avatar Jul 30 '23 09:07 szepeviktor